1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 2 <CodeBlocks_project_file> 3 <FileVersion major="1" minor="6" /> 4 <Project> 5 <Option title="Demo Console" /> 6 <Option compiler="gcc" /> 7 <Build> 8 <Target title="Debug"> 9 <Option output="bin\Debug\CommandLine.exe" prefix_auto="0" extension_auto="0" /> 10 <Option working_dir="bin\Debug" /> 11 <Option object_output=".\obj\Debug" /> 12 <Option external_deps="..\lib\libOIS_static_d.a;" /> 13 <Option type="1" /> 14 <Option compiler="gcc" /> 15 <Option projectResourceIncludeDirsRelation="0" /> 16 <Compiler> 17 <Add option="-g" /> 18 <Add option="-O0" /> 19 <Add option="-D_DEBUG" /> 20 <Add option="-D_STLP_DEBUG" /> 21 </Compiler> 22 <Linker> 23 <Add library="OIS_static_d" /> 24 <Add library="dinput8" /> 25 <Add library="dxguid" /> 26 </Linker> 27 </Target> 28 <Target title="Release"> 29 <Option output="bin\Release\CommandLine.exe" prefix_auto="0" extension_auto="0" /> 30 <Option working_dir="bin\Release" /> 31 <Option object_output=".\obj\Release" /> 32 <Option external_deps="..\lib\libOIS_static.a;" /> 33 <Option type="1" /> 34 <Option compiler="gcc" /> 35 <Option projectResourceIncludeDirsRelation="0" /> 36 <Compiler> 37 <Add option="-O2" /> 38 <Add option="-DNDEBUG" /> 39 </Compiler> 40 <Linker> 41 <Add option="-s" /> 42 <Add library="OIS_static" /> 43 <Add library="dinput8" /> 44 <Add library="dxguid" /> 45 </Linker> 46 </Target> 47 </Build> 48 <VirtualTargets> 49 <Add alias="All" targets="Debug;Release;" /> 50 </VirtualTargets> 51 <Compiler> 52 <Add option="-Wall" /> 53 <Add option="-mthreads" /> 54 <Add option="-fmessage-length=0" /> 55 <Add option="-fexceptions" /> 56 <Add option="-fident" /> 57 <Add option="-pipe" /> 58 <Add option="-DWIN32" /> 59 <Add option="-D_CONSOLE" /> 60 <Add directory="..\..\includes" /> 61 <Add directory="..\CommandLine\" /> 62 </Compiler> 63 <Linker> 64 <Add option="-Wl,--enable-auto-image-base" /> 65 <Add option="-Wl,--add-stdcall-alias" /> 66 <Add directory="..\..\lib" /> 67 <Add directory="..\..\dll" /> 68 </Linker> 69 <Unit filename="CommandLine.rc"> 70 <Option compilerVar="WINDRES" /> 71 </Unit> 72 <Unit filename="resource.h" /> 73 <Unit filename="..\..\demos\OISConsole.cpp" /> 74 <Extensions> 75 <code_completion /> 76 <envvars /> 77 <debugger /> 78 </Extensions> 79 </Project> 80 </CodeBlocks_project_file> 81