mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +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
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__
|
||||
Loading…
Add table
Add a link
Reference in a new issue