source: OGRE/trunk/ogrenew/Samples/Compositor/scripts/Demo_Compositor.cbp @ 692

Revision 692, 2.7 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_Compositor" />
6                <Option pch_mode="0" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\bin\Debug\Demo_Compositor.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                                </Compiler>
28                                <Linker>
29                                        <Add library="OgreMain_d" />
30                                        <Add library="CEGUIBase" />
31                                        <Add library="OgreGUIRenderer_d" />
32                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
33                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
34                                </Linker>
35                                <ExtraCommands>
36                                        <Add after="cp ..\bin\Debug\Demo_Compositor.exe ..\..\Common\Bin\Debug" />
37                                </ExtraCommands>
38                        </Target>
39                        <Target title="Release">
40                                <Option output="..\bin\Release\Demo_Compositor.exe" />
41                                <Option working_dir="..\..\Common\bin\Release\" />
42                                <Option object_output="..\obj\Release" />
43                                <Option type="1" />
44                                <Option compiler="gcc" />
45                                <Option includeInTargetAll="1" />
46                                <Option projectResourceIncludeDirsRelation="1" />
47                                <Compiler>
48                                        <Add option="-O3" />
49                                        <Add option="-W" />
50                                        <Add option="-DWIN32" />
51                                        <Add option="-DNDEBUG" />
52                                        <Add option="-D_WINDOWS" />
53                                        <Add directory="..\include" />
54                                        <Add directory="..\..\Common\include" />
55                                        <Add directory="..\..\..\OgreMain\include" />
56                                        <Add directory="..\..\..\Dependencies\include" />
57                                </Compiler>
58                                <Linker>
59                                        <Add option="-s" />
60                                        <Add library="OgreMain" />
61                                        <Add library="CEGUIBase" />
62                                        <Add library="OgreGUIRenderer" />
63                                        <Add directory="..\..\..\OgreMain\lib\Release" />
64                                        <Add directory="..\..\..\Dependencies\lib\Release" />
65                                </Linker>
66                                <ExtraCommands>
67                                        <Add after="cp ..\bin\Release\Demo_Compositor.exe ..\..\Common\Bin\Release" />
68                                </ExtraCommands>
69                        </Target>
70                </Build>
71                <Compiler>
72                        <Add directory="..\..\..\Dependencies\include" />
73                </Compiler>
74                <Linker>
75                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
76                </Linker>
77                <Unit filename="..\src\Compositor.cpp">
78                        <Option compilerVar="CPP" />
79                        <Option target="Debug" />
80                        <Option target="Release" />
81                </Unit>
82        </Project>
83</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.