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