mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Renamed the experimental jucer as the Introjucer.
This commit is contained in:
parent
6e76ba29ab
commit
82e8d68a5d
94 changed files with 187 additions and 169 deletions
39
extras/Introjucer/JuceLibraryCode/AppConfig.h
Normal file
39
extras/Introjucer/JuceLibraryCode/AppConfig.h
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
|
||||
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!
|
||||
|
||||
If you want to change any of these values, use the Jucer to do so, rather than
|
||||
editing this file directly!
|
||||
|
||||
Any commented-out settings will fall back to using the default values that
|
||||
they are given in juce_Config.h
|
||||
|
||||
*/
|
||||
|
||||
//#define JUCE_FORCE_DEBUG
|
||||
//#define JUCE_LOG_ASSERTIONS
|
||||
#define JUCE_ASIO 0
|
||||
#define JUCE_WASAPI 0
|
||||
#define JUCE_DIRECTSOUND 0
|
||||
#define JUCE_ALSA 0
|
||||
#define JUCE_QUICKTIME 0
|
||||
#define JUCE_OPENGL 0
|
||||
//#define JUCE_DIRECT2D
|
||||
#define JUCE_USE_FLAC 0
|
||||
#define JUCE_USE_OGGVORBIS 0
|
||||
#define JUCE_USE_CDBURNER 0
|
||||
#define JUCE_USE_CDREADER 0
|
||||
#define JUCE_USE_CAMERA 0
|
||||
//#define JUCE_ENABLE_REPAINT_DEBUGGING
|
||||
//#define JUCE_USE_XINERAMA
|
||||
//#define JUCE_USE_XSHM
|
||||
//#define JUCE_USE_XRENDER
|
||||
//#define JUCE_USE_XCURSOR
|
||||
#define JUCE_PLUGINHOST_VST 0
|
||||
#define JUCE_PLUGINHOST_AU 0
|
||||
//#define JUCE_ONLY_BUILD_CORE_LIBRARY
|
||||
//#define JUCE_WEB_BROWSER
|
||||
//#define JUCE_SUPPORT_CARBON
|
||||
//#define JUCE_CHECK_MEMORY_LEAKS
|
||||
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS
|
||||
1147
extras/Introjucer/JuceLibraryCode/BinaryData.cpp
Normal file
1147
extras/Introjucer/JuceLibraryCode/BinaryData.cpp
Normal file
File diff suppressed because it is too large
Load diff
52
extras/Introjucer/JuceLibraryCode/BinaryData.h
Normal file
52
extras/Introjucer/JuceLibraryCode/BinaryData.h
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
/* =========================================================================================
|
||||
|
||||
This is an auto-generated file, created by The Jucer V3.0.0
|
||||
Do not edit anything in this file!
|
||||
|
||||
*/
|
||||
|
||||
namespace BinaryData
|
||||
{
|
||||
extern const char* AudioPluginXCodeScript_txt;
|
||||
const int AudioPluginXCodeScript_txtSize = 1449;
|
||||
|
||||
extern const char* brushed_aluminium_png;
|
||||
const int brushed_aluminium_pngSize = 14724;
|
||||
|
||||
extern const char* jucer_AudioPluginEditorTemplate_cpp;
|
||||
const int jucer_AudioPluginEditorTemplate_cppSize = 1003;
|
||||
|
||||
extern const char* jucer_AudioPluginEditorTemplate_h;
|
||||
const int jucer_AudioPluginEditorTemplate_hSize = 794;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_cpp;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4468;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_h;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2413;
|
||||
|
||||
extern const char* jucer_MainConsoleAppTemplate_cpp;
|
||||
const int jucer_MainConsoleAppTemplate_cppSize = 749;
|
||||
|
||||
extern const char* jucer_MainTemplate_cpp;
|
||||
const int jucer_MainTemplate_cppSize = 1820;
|
||||
|
||||
extern const char* jucer_NewCppFileTemplate_cpp;
|
||||
const int jucer_NewCppFileTemplate_cppSize = 232;
|
||||
|
||||
extern const char* jucer_NewCppFileTemplate_h;
|
||||
const int jucer_NewCppFileTemplate_hSize = 308;
|
||||
|
||||
extern const char* jucer_WindowTemplate_cpp;
|
||||
const int jucer_WindowTemplate_cppSize = 794;
|
||||
|
||||
extern const char* jucer_WindowTemplate_h;
|
||||
const int jucer_WindowTemplate_hSize = 1229;
|
||||
|
||||
extern const char* juce_icon_png;
|
||||
const int juce_icon_pngSize = 19826;
|
||||
|
||||
// If you provide the name of one of the binary resource variables above, this function will
|
||||
// return the corresponding data and its size (or a null pointer if the name isn't found).
|
||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
|
||||
}
|
||||
27
extras/Introjucer/JuceLibraryCode/JuceHeader.h
Normal file
27
extras/Introjucer/JuceLibraryCode/JuceHeader.h
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
|
||||
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 is the header file that your files should include in order to get all the
|
||||
Juce library headers. You should NOT include juce.h or juce_amalgamated.h directly in
|
||||
your own source files, because that wouldn't pick up the correct Juce configuration
|
||||
options for your app.
|
||||
|
||||
*/
|
||||
|
||||
#ifndef __APPHEADERFILE_BD73378F__
|
||||
#define __APPHEADERFILE_BD73378F__
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../juce_amalgamated.h"
|
||||
#include "BinaryData.h"
|
||||
|
||||
namespace ProjectInfo
|
||||
{
|
||||
const char* const projectName = "The Introjucer";
|
||||
const char* const versionString = "3.0.0";
|
||||
const int versionNumber = 0x30000;
|
||||
}
|
||||
|
||||
#endif // __APPHEADERFILE_BD73378F__
|
||||
15
extras/Introjucer/JuceLibraryCode/JuceLibraryCode1.cpp
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode1.mm
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode2.cpp
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode2.mm
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode3.cpp
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode3.mm
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode4.cpp
Normal file
15
extras/Introjucer/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/Introjucer/JuceLibraryCode/JuceLibraryCode4.mm
Normal file
15
extras/Introjucer/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