| @@ -0,0 +1,145 @@ | |||||
| <?xml version="1.0"?> | |||||
| <!DOCTYPE CodeBlocks_project_file> | |||||
| <CodeBlocks_project_file> | |||||
| <FileVersion major="1" minor="1"/> | |||||
| <Project> | |||||
| <Option title="Juce Demo App"/> | |||||
| <Option makefile="Makefile"/> | |||||
| <Option makefile_is_custom="0"/> | |||||
| <Option active_target="0"/> | |||||
| <Option compiler="0"/> | |||||
| <Build> | |||||
| <Target title="Debug"> | |||||
| <Option output="build\JuceDemo.exe"/> | |||||
| <Option working_dir="."/> | |||||
| <Option object_output="build\.objsd"/> | |||||
| <Option deps_output="build\.depsd"/> | |||||
| <Option type="0"/> | |||||
| <Option compiler="0"/> | |||||
| <Option projectResourceIncludeDirsRelation="0"/> | |||||
| <Compiler> | |||||
| <Add option="-g"/> | |||||
| <Add option="-D_DEBUG=1"/> | |||||
| </Compiler> | |||||
| <Linker> | |||||
| <Add library="libjucedebug.a"/> | |||||
| <Add directory="..\..\..\..\bin\codeblocks"/> | |||||
| </Linker> | |||||
| </Target> | |||||
| <Target title="Release"> | |||||
| <Option output="build\JuceDemo.exe"/> | |||||
| <Option working_dir="."/> | |||||
| <Option object_output="build\.objs"/> | |||||
| <Option deps_output="build\.deps"/> | |||||
| <Option type="0"/> | |||||
| <Option compiler="0"/> | |||||
| <Option projectResourceIncludeDirsRelation="0"/> | |||||
| <Compiler> | |||||
| <Add option="-fexpensive-optimizations"/> | |||||
| <Add option="-O3"/> | |||||
| </Compiler> | |||||
| <Linker> | |||||
| <Add option="-s"/> | |||||
| <Add library="libjuce.a"/> | |||||
| <Add directory="..\..\..\..\bin\codeblocks\"/> | |||||
| </Linker> | |||||
| </Target> | |||||
| </Build> | |||||
| <Linker> | |||||
| <Add library="gdi32"/> | |||||
| <Add library="user32"/> | |||||
| <Add library="kernel32"/> | |||||
| </Linker> | |||||
| <Unit filename="..\..\src\ApplicationStartup.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\BinaryData.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\BinaryData.h"> | |||||
| <Option compilerVar=""/> | |||||
| <Option compile="0"/> | |||||
| <Option link="0"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\MainDemoWindow.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\MainDemoWindow.h"> | |||||
| <Option compilerVar=""/> | |||||
| <Option compile="0"/> | |||||
| <Option link="0"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\AudioDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\DragAndDropDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\FontsAndTextDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\InterprocessCommsDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\OpenGLDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\PathsAndTransformsDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\QuickTimeDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\TableDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\ThreadingDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\TreeViewDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\demos\WidgetsDemo.cpp"> | |||||
| <Option compilerVar="CPP"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| <Unit filename="..\..\src\jucedemo_headers.h"> | |||||
| <Option compilerVar=""/> | |||||
| <Option compile="0"/> | |||||
| <Option link="0"/> | |||||
| <Option target="Debug"/> | |||||
| <Option target="Release"/> | |||||
| </Unit> | |||||
| </Project> | |||||
| </CodeBlocks_project_file> | |||||