1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.

This commit is contained in:
Julian Storer 2011-08-16 18:05:20 +01:00
parent c65c07312d
commit 81da96f1a2
160 changed files with 864 additions and 2248 deletions

View file

@ -32,7 +32,7 @@
#error "Incorrect use of JUCE cpp file"
#endif
// Your project must contain an AppConfig.h file with your project-specific settings in it,
// Your project must contain an AppConfig.h file with your project-specific settings in it,
// and your header search path must make it accessible to the module's files.
#include "AppConfig.h"

View file

@ -32,5 +32,8 @@
"commands/*",
"misc/*",
"application/*",
"native/*" ]
"native/*" ],
"OSXFrameworks": "Cocoa Carbon QuartzCore",
"iOSFrameworks": "UIKit"
}