Home | History | Annotate | Download | only in DemoFFTest
      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 FFTest" />
      6 		<Option compiler="gcc" />
      7 		<Build>
      8 			<Target title="Debug">
      9 				<Option output=".\bin\Debug\DemoFFTest.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 				</Compiler>
     21 				<Linker>
     22 					<Add library="OIS_static_d" />
     23 					<Add library="dxguid" />
     24 					<Add library="dinput8" />
     25 				</Linker>
     26 			</Target>
     27 			<Target title="Release">
     28 				<Option output=".\bin\Release\DemoFFTest.exe" prefix_auto="0" extension_auto="0" />
     29 				<Option working_dir=".\bin\Release" />
     30 				<Option object_output=".\obj\Release" />
     31 				<Option external_deps="..\lib\libOIS_static.a;" />
     32 				<Option type="1" />
     33 				<Option compiler="gcc" />
     34 				<Option projectResourceIncludeDirsRelation="0" />
     35 				<Compiler>
     36 					<Add option="-O2" />
     37 					<Add option="-DNDEBUG" />
     38 				</Compiler>
     39 				<Linker>
     40 					<Add option="-s" />
     41 					<Add library="OIS_static" />
     42 					<Add library="dxguid" />
     43 					<Add library="dinput8" />
     44 				</Linker>
     45 			</Target>
     46 		</Build>
     47 		<VirtualTargets>
     48 			<Add alias="All" targets="Debug;Release;" />
     49 		</VirtualTargets>
     50 		<Compiler>
     51 			<Add option="-Wall" />
     52 			<Add option="-mthreads" />
     53 			<Add option="-fmessage-length=0" />
     54 			<Add option="-fexceptions" />
     55 			<Add option="-fident" />
     56 			<Add option="-pipe" />
     57 			<Add option="-DWIN32" />
     58 			<Add option="-D_CONSOLE" />
     59 			<Add directory="..\..\includes" />
     60 			<Add directory="..\DemoFFTest" />
     61 		</Compiler>
     62 		<Linker>
     63 			<Add option="-Wl,--enable-auto-image-base" />
     64 			<Add option="-Wl,--add-stdcall-alias" />
     65 			<Add directory="..\..\lib" />
     66 			<Add directory="..\..\dll" />
     67 		</Linker>
     68 		<Unit filename="FF.rc">
     69 			<Option compilerVar="WINDRES" />
     70 		</Unit>
     71 		<Unit filename="..\..\demos\FFConsoleDemo.cpp" />
     72 		<Extensions>
     73 			<code_completion />
     74 			<envvars />
     75 			<debugger />
     76 		</Extensions>
     77 	</Project>
     78 </CodeBlocks_project_file>
     79