mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed the way module code is wrapped by the Introjucer.
This commit is contained in:
parent
4808d9c318
commit
693132a6e5
252 changed files with 15540 additions and 17524 deletions
|
|
@ -32,6 +32,10 @@
|
|||
#error "Incorrect use of JUCE cpp file"
|
||||
#endif
|
||||
|
||||
// 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"
|
||||
|
||||
#include "../juce_core/native/juce_BasicNativeHeaders.h"
|
||||
#define JUCE_DONT_DEFINE_MACROS 1
|
||||
#include "juce_graphics.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@
|
|||
|
||||
"include": "juce_graphics.h",
|
||||
|
||||
"compile": [ { "file": "juce_graphics.cpp" } ],
|
||||
"compile": [ { "file": "juce_graphics.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_graphics.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "colour/*",
|
||||
"contexts/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue