File: DemoFFTest.cbp

package info (click to toggle)
ois 0.99%2B1.0rc1-2.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 976 kB
  • ctags: 1,022
  • sloc: cpp: 5,510; makefile: 101; ansic: 72; sh: 9
file content (82 lines) | stat: -rw-r--r-- 2,471 bytes parent folder | download | duplicates (2)
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
79
80
81
82
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="5" />
	<Project>
		<Option title="Demo FFTest" />
		<Option default_target="" />
		<Option compiler="gcc" />
		<Option virtualFolders="" />
		<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" />
		</Linker>
		<Unit filename="FF.rc">
			<Option compilerVar="WINDRES" />
			<Option objectName="Win32\DemoFFTest\FF.res" />
			<Option target="Debug" />
			<Option target="Release" />
		</Unit>
		<Unit filename="..\..\demos\FFConsoleDemo.cpp">
			<Option compilerVar="CPP" />
			<Option target="Debug" />
			<Option target="Release" />
		</Unit>
		<Extensions />
	</Project>
</CodeBlocks_project_file>