File: ActionMapOgreDemo.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 (69 lines) | stat: -rw-r--r-- 2,190 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="4" />
	<Project>
		<Option title="Demo_OgreActionMap" />
		<Option compiler="gcc" />
		<Build>
			<Target title="Release">
				<Option output="../demos/ogre/common/ActionMapping" />
				<Option working_dir="../demos/ogre/common" />
				<Option object_output="../demos/ogre/obj/release" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Option includeInTargetAll="1" />
				<Option projectResourceIncludeDirsRelation="2" />
				<Compiler>
					<Add option="-O3" />
					<Add directory="../demos/ogre" />
					<Add directory="../includes" />
					<Add directory="/usr/local/include/CEGUI" />
					<Add directory="/usr/local/include/OGRE" />
					<Add directory="/usr/local/include/CEGUI/elements" />
				</Compiler>
				<Linker>
					<Add library="/usr/local/lib/libCEGUIBase.so" />
					<Add library="/usr/local/lib/libCEGUIOgreRenderer.so" />
					<Add library="/usr/local/lib/libOgreMain.so" />
					<Add library="~/libs/OIS.so" />
				</Linker>
			</Target>
		</Build>
		<Unit filename="../demos/ogre/ActionConfig.cpp">
			<Option compilerVar="CPP" />
			<Option target="Release" />
		</Unit>
		<Unit filename="../demos/ogre/ActionConfig.h">
			<Option compilerVar="CPP" />
			<Option compile="0" />
			<Option link="0" />
			<Option target="Release" />
		</Unit>
		<Unit filename="../demos/ogre/ActionMap.cpp">
			<Option compilerVar="CPP" />
			<Option target="Release" />
		</Unit>
		<Unit filename="../demos/ogre/ActionMap.h">
			<Option compilerVar="CPP" />
			<Option compile="0" />
			<Option link="0" />
			<Option target="Release" />
		</Unit>
		<Unit filename="../demos/ogre/ExampleApplication.h">
			<Option compilerVar="CPP" />
			<Option compile="0" />
			<Option link="0" />
			<Option target="Release" />
		</Unit>
		<Unit filename="../demos/ogre/ExampleFrameListener.h">
			<Option compilerVar="CPP" />
			<Option compile="0" />
			<Option link="0" />
			<Option target="Release" />
		</Unit>
		<Unit filename="../demos/ogre/gui.cpp">
			<Option compilerVar="CPP" />
			<Option target="Release" />
		</Unit>
	</Project>
</CodeBlocks_project_file>