1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Projucer: fixed the way the GUI editor generates include paths

This commit is contained in:
jules 2016-04-18 17:28:57 +01:00
parent 6fc4d5aac6
commit 60cd2d7b67
16 changed files with 80 additions and 81 deletions

View file

@ -595,10 +595,7 @@ static const unsigned char temp_binary_data_7[] =
"#define %%headerGuard%%\r\n"
"\r\n"
"//[Headers] -- You can add your own extra header files here --\r\n"
"\r\n"
"#include \"JuceHeader.h\" // you may want to edit this path to\r\n"
" // something more appropriate for your app.\r\n"
"\r\n"
"%%includeJUCEHeader%%\r\n"
"//[/Headers]\r\n"
"\r\n"
"%%includeFilesH%%\r\n"
@ -4027,7 +4024,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw
case 0x51b49ac5: numBytes = 4255; return jucer_AudioPluginFilterTemplate_cpp;
case 0x488afa0a: numBytes = 2114; return jucer_AudioPluginFilterTemplate_h;
case 0xabad7041: numBytes = 2151; return jucer_ComponentTemplate_cpp;
case 0xfc72fe86: numBytes = 2243; return jucer_ComponentTemplate_h;
case 0xfc72fe86: numBytes = 2131; return jucer_ComponentTemplate_h;
case 0x0b66646c: numBytes = 886; return jucer_ContentCompTemplate_cpp;
case 0x6fa10171: numBytes = 924; return jucer_ContentCompTemplate_h;
case 0x28d496ad: numBytes = 1161; return jucer_InlineComponentTemplate_h;