mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Projucer: Updated all project templates to use include search path when including JuceHeader.h
This commit is contained in:
parent
7d330ab782
commit
7484ac3dd3
19 changed files with 60 additions and 64 deletions
|
|
@ -6174,7 +6174,7 @@ static const unsigned char temp_binary_data_35[] =
|
|||
"#pragma once\r\n"
|
||||
"\r\n"
|
||||
"//[Headers] -- You can add your own extra header files here --\r\n"
|
||||
"%%include_juce_header%%\r\n"
|
||||
"%%include_juce%%\r\n"
|
||||
"//[/Headers]\r\n"
|
||||
"\r\n"
|
||||
"%%include_files_h%%\r\n"
|
||||
|
|
@ -7204,7 +7204,7 @@ static const unsigned char temp_binary_data_53[] =
|
|||
" ==============================================================================\r\n"
|
||||
"*/\r\n"
|
||||
"\r\n"
|
||||
"#include \"../JuceLibraryCode/JuceHeader.h\"\r\n"
|
||||
"%%include_juce%%\r\n"
|
||||
"#include \"%%filename%%\"\r\n"
|
||||
"\r\n"
|
||||
"%%component_begin%%\r\n"
|
||||
|
|
@ -7846,7 +7846,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
|
|||
case 0x51b49ac5: numBytes = 6036; return jucer_AudioPluginFilterTemplate_cpp;
|
||||
case 0x488afa0a: numBytes = 2272; return jucer_AudioPluginFilterTemplate_h;
|
||||
case 0xabad7041: numBytes = 2126; return jucer_ComponentTemplate_cpp;
|
||||
case 0xfc72fe86: numBytes = 2051; return jucer_ComponentTemplate_h;
|
||||
case 0xfc72fe86: numBytes = 2044; return jucer_ComponentTemplate_h;
|
||||
case 0x1657b643: numBytes = 1693; return jucer_ContentCompSimpleTemplate_h;
|
||||
case 0x0b66646c: numBytes = 1190; return jucer_ContentCompTemplate_cpp;
|
||||
case 0x6fa10171: numBytes = 1071; return jucer_ContentCompTemplate_h;
|
||||
|
|
@ -7864,7 +7864,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
|
|||
case 0x7fbac252: numBytes = 1665; return jucer_OpenGLComponentTemplate_cpp;
|
||||
case 0x491fa0d7: numBytes = 1263; return jucer_OpenGLComponentTemplate_h;
|
||||
case 0xbc050edc: numBytes = 4926; return jucer_PIPAudioProcessorTemplate_h;
|
||||
case 0xf4ca9e9a: numBytes = 2447; return jucer_PIPMain_cpp;
|
||||
case 0xf4ca9e9a: numBytes = 2421; return jucer_PIPMain_cpp;
|
||||
case 0x0b16e320: numBytes = 517; return jucer_PIPTemplate_h;
|
||||
case 0xcd472557: numBytes = 6433; return jucer_UnityPluginGUIScript_cs;
|
||||
case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue