1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/the jucer/JuceLibraryCode
2012-09-24 15:45:25 +01:00
..
modules Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 2011-08-16 18:05:20 +01:00
AppConfig.h Introjucer: added support for a user-code section to the AppConfig.h file. 2012-04-17 12:04:56 +01:00
BinaryData.cpp Fixed some more warnings. 2012-09-24 15:45:25 +01:00
BinaryData.h Introjucer: graphical tweaks, binary data header change. 2012-07-26 22:16:07 +01:00
JuceHeader.h Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 2011-08-16 18:05:20 +01:00
ReadMe.txt VST fix. Updated the old jucer to be managed with an Introjucer project rather than manually. 2011-08-12 19:40:41 +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).