mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!)
This commit is contained in:
parent
ed6acb6956
commit
1d215fa865
69 changed files with 13 additions and 13 deletions
15
extras/JuceDemo/JuceLibraryCode/JuceLibraryCode3.cpp
Normal file
15
extras/JuceDemo/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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue