source: OGRE/trunk/ogrenew/Samples/Gui/scripts/Demo_Gui.cbp @ 657

Revision 657, 3.0 KB checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

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