mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Converted the BinaryBuilder projects to be auto-generated by the Jucer.
This commit is contained in:
parent
257712c1da
commit
07623e9fa3
18 changed files with 670 additions and 451 deletions
38
extras/binarybuilder/JuceLibraryCode/AppConfig.h
Normal file
38
extras/binarybuilder/JuceLibraryCode/AppConfig.h
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
|
||||
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!
|
||||
|
||||
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
|
||||
//#define JUCE_WASAPI
|
||||
//#define JUCE_DIRECTSOUND
|
||||
//#define JUCE_ALSA
|
||||
//#define JUCE_QUICKTIME
|
||||
//#define JUCE_OPENGL
|
||||
//#define JUCE_USE_FLAC
|
||||
//#define JUCE_USE_OGGVORBIS
|
||||
//#define JUCE_USE_CDBURNER
|
||||
//#define JUCE_USE_CDREADER
|
||||
//#define JUCE_USE_CAMERA
|
||||
//#define JUCE_ENABLE_REPAINT_DEBUGGING
|
||||
//#define JUCE_USE_XINERAMA
|
||||
//#define JUCE_USE_XSHM
|
||||
//#define JUCE_PLUGINHOST_VST
|
||||
//#define JUCE_PLUGINHOST_AU
|
||||
#define JUCE_ONLY_BUILD_CORE_LIBRARY 1
|
||||
//#define JUCE_WEB_BROWSER
|
||||
//#define JUCE_SUPPORT_CARBON
|
||||
//#define JUCE_CHECK_MEMORY_LEAKS
|
||||
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS
|
||||
//#define JUCE_STRINGS_ARE_UNICODE
|
||||
19
extras/binarybuilder/JuceLibraryCode/JuceHeader.h
Normal file
19
extras/binarybuilder/JuceLibraryCode/JuceHeader.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
|
||||
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_AC205C4C__
|
||||
#define __APPHEADERFILE_AC205C4C__
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../juce_amalgamated.h"
|
||||
|
||||
#endif // __APPHEADERFILE_AC205C4C__
|
||||
15
extras/binarybuilder/JuceLibraryCode/JuceLibraryCode.cpp
Normal file
15
extras/binarybuilder/JuceLibraryCode/JuceLibraryCode.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_amalgamated_template.cpp"
|
||||
15
extras/binarybuilder/JuceLibraryCode/JuceLibraryCode.mm
Normal file
15
extras/binarybuilder/JuceLibraryCode/JuceLibraryCode.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_amalgamated_template.cpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue