1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/Introjucer/JuceLibraryCode
2016-02-08 16:53:48 +00:00
..
modules Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 2015-11-02 09:59:05 +00:00
AppConfig.h Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
BinaryData.cpp Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00
BinaryData.h Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00
JuceHeader.h Bump introjucer version number 2015-12-16 18:40:59 +00:00
ReadMe.txt First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00

 Important Note!!
 ================

The purpose of this folder is to contain files that are auto-generated by the Introjucer,
and ALL files in this folder will be mercilessly DELETED and completely re-written whenever
the Introjucer saves your project.

Therefore, it's a bad idea to make any manual changes to the files in here, or to
put any of your own files in here if you don't want to lose them. (Of course you may choose
to add the folder's contents to your version-control system so that you can re-merge your own
modifications after the Introjucer has saved its changes).