mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Updated some auto-generated projects.
This commit is contained in:
parent
305d58519a
commit
fbc62f200a
34 changed files with 520 additions and 550 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
The following flags are Juce compilation options, taken fron juce_Config.h
|
||||
|
||||
If you want to change any of these values, use the Jucer to do so, rather than
|
||||
editing this file directly!
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
/* ==================================== JUCER_BINARY_RESOURCE ====================================
|
||||
|
||||
This is an auto-generated file, created by The Jucer V3.0
|
||||
Do not edit anything in this file!
|
||||
|
||||
*/
|
||||
|
||||
#include "BinaryData.h"
|
||||
|
||||
//================== readme.txt ==================
|
||||
static const unsigned char temp_94a14940[] =
|
||||
"\r\n"
|
||||
"This directory contains simple \"Hello World\" type projects that you can copy and alter to\r\n"
|
||||
"quickly create a JUCE application.\r\n"
|
||||
"\r\n"
|
||||
"For a more complete example, see the Juce demo app.\r\n";
|
||||
|
||||
const char* BinaryData::readme_txt = (const char*) temp_94a14940;
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/* =========================================================================================
|
||||
|
||||
This is an auto-generated file, created by The Jucer V3.0
|
||||
Do not edit anything in this file!
|
||||
|
||||
*/
|
||||
|
||||
namespace BinaryData
|
||||
{
|
||||
extern const char* readme_txt;
|
||||
const int readme_txtSize = 184;
|
||||
|
||||
}
|
||||
|
|
@ -15,6 +15,5 @@
|
|||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../juce_amalgamated.h"
|
||||
#include "BinaryData.h"
|
||||
|
||||
#endif // __APPHEADERFILE_D9639818__
|
||||
|
|
|
|||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode1.cpp
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode1.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated1.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode1.mm
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode1.mm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated1.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode2.cpp
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode2.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated2.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode2.mm
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode2.mm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated2.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode3.cpp
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode3.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated3.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode3.mm
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode3.mm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated3.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode4.cpp
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode4.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated4.cpp"
|
||||
15
extras/example projects/JuceLibraryCode/JuceLibraryCode4.mm
Normal file
15
extras/example projects/JuceLibraryCode/JuceLibraryCode4.mm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in all the Juce source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
If you want to change the method by which Juce is linked into your app, use the
|
||||
Jucer to change it, rather than trying to edit this file directly.
|
||||
|
||||
*/
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../amalgamation/juce_amalgamated4.cpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue