mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
code::blocks support
This commit is contained in:
parent
d8d176fa2d
commit
2e6ad2d6d9
2 changed files with 4694 additions and 0 deletions
4549
build/win32/codeblocks/juce.cbp
Normal file
4549
build/win32/codeblocks/juce.cbp
Normal file
File diff suppressed because it is too large
Load diff
145
extras/juce demo/build/win32_codeblocks/JuceDemo.cbp
Normal file
145
extras/juce demo/build/win32_codeblocks/JuceDemo.cbp
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue