1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup.

This commit is contained in:
Julian Storer 2010-02-07 15:18:10 +00:00
parent 1d1fc5aa4c
commit bac6d332a3
17 changed files with 3132 additions and 1900 deletions

View file

@ -18,4 +18,4 @@
the amalgamated file can be slow or impossible for the debugger. But if you use the following line
instead of the one above, then it makes it a lot easier..
*/
//#include "../../../src/juce_amalgamated_template.cpp"
//#include "../../../amalgamation/juce_amalgamated_template.cpp"