source: OGRE/trunk/ogrenew/Samples/FacialAnimation/scripts/Demo_FacialAnimation.cbp @ 692

Revision 692, 3.1 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="3" />
4        <Project>
5                <Option title="Demo_FacialAnimation" />
6                <Option pch_mode="0" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\bin\Debug\Demo_FacialAnimation.exe" />
11                                <Option working_dir="..\..\Common\bin\Debug\" />
12                                <Option object_output="..\obj\Debug" />
13                                <Option type="1" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option projectResourceIncludeDirsRelation="1" />
17                                <Compiler>
18                                        <Add option="-W" />
19                                        <Add option="-g" />
20                                        <Add option="-DWIN32" />
21                                        <Add option="-D_DEBUG" />
22                                        <Add option="-D_WINDOWS" />
23                                        <Add directory="..\include" />
24                                        <Add directory="..\..\Common\include" />
25                                        <Add directory="..\..\..\OgreMain\include" />
26                                        <Add directory="..\..\..\Dependencies\include" />
27                                        <Add directory="..\..\..\Dependencies\include\CEGUI" />
28                                        <Add directory="..\..\Common\CEGUIRenderer\include" />
29                                </Compiler>
30                                <Linker>
31                                        <Add library="OgreMain_d" />
32                                        <Add library="CEGUIBase" />
33                                        <Add library="OgreGUIRenderer_d" />
34                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
35                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
36                                        <Add directory="..\..\Common\CEGUIRenderer\bin\debug" />
37                                </Linker>
38                                <ExtraCommands>
39                                        <Add after="cp ..\bin\Debug\Demo_FacialAnimation.exe ..\..\Common\Bin\Debug" />
40                                </ExtraCommands>
41                        </Target>
42                        <Target title="Release">
43                                <Option output="..\bin\Release\Demo_FacialAnimation.exe" />
44                                <Option working_dir="..\..\Common\bin\Release\" />
45                                <Option object_output="..\obj\Release" />
46                                <Option type="1" />
47                                <Option compiler="gcc" />
48                                <Option includeInTargetAll="1" />
49                                <Option projectResourceIncludeDirsRelation="1" />
50                                <Compiler>
51                                        <Add option="-O3" />
52                                        <Add option="-W" />
53                                        <Add option="-DWIN32" />
54                                        <Add option="-DNDEBUG" />
55                                        <Add option="-D_WINDOWS" />
56                                        <Add directory="..\include" />
57                                        <Add directory="..\..\Common\include" />
58                                        <Add directory="..\..\..\OgreMain\include" />
59                                        <Add directory="..\..\..\Dependencies\include" />
60                                        <Add directory="..\..\..\Dependencies\include\CEGUI" />
61                                        <Add directory="..\..\Common\CEGUIRenderer\include" />
62                                </Compiler>
63                                <Linker>
64                                        <Add option="-s" />
65                                        <Add library="OgreMain" />
66                                        <Add library="CEGUIBase" />
67                                        <Add library="OgreGUIRenderer" />
68                                        <Add directory="..\..\..\OgreMain\lib\Release" />
69                                        <Add directory="..\..\..\Dependencies\lib\Release" />
70                                        <Add directory="..\..\Common\CEGUIRenderer\bin\release" />
71                                </Linker>
72                                <ExtraCommands>
73                                        <Add after="cp ..\bin\Release\Demo_FacialAnimation.exe ..\..\Common\Bin\Release" />
74                                </ExtraCommands>
75                        </Target>
76                </Build>
77                <Compiler>
78                        <Add directory="..\..\..\Dependencies\include" />
79                </Compiler>
80                <Linker>
81                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
82                </Linker>
83                <Unit filename="..\src\FacialAnimation.cpp">
84                        <Option compilerVar="CPP" />
85                        <Option target="Debug" />
86                        <Option target="Release" />
87                </Unit>
88        </Project>
89</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.