Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Common/CEGUIRenderer/scripts/OgreGUIRenderer_stlp.cbp @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="4" />
4        <Project>
5                <Option title="OgreGUIRenderer" />
6                <Option default_target="-1" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\..\..\..\lib\OgreGUIRenderer_d.dll" />
11                                <Option object_output="..\bin\Debug" />
12                                <Option external_deps="..\..\..\..\lib\OgreMain_d.dll;" />
13                                <Option type="3" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option projectResourceIncludeDirsRelation="0" />
17                                <Compiler>
18                                        <Add option="-g" />
19                                        <Add option="-DWIN32" />
20                                        <Add option="-D_DEBUG" />
21                                        <Add option="-D_STLP_DEBUG" />
22                                        <Add option="-D_WINDOWS" />
23                                        <Add option="-D_USRDLL" />
24                                </Compiler>
25                                <Linker>
26                                        <Add library="CEGUIBase_d" />
27                                        <Add library="Ogremain_d" />
28                                        <Add library="stlportstlg.5.0" />
29                                </Linker>
30                                <ExtraCommands>
31                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\bin\$(TARGET_NAME)" />
32                                </ExtraCommands>
33                        </Target>
34                        <Target title="Release">
35                                <Option output="..\..\..\..\lib\OgreGUIRenderer.dll" />
36                                <Option object_output="..\bin\Release" />
37                                <Option external_deps="..\..\..\..\lib\OgreMain.dll;" />
38                                <Option type="3" />
39                                <Option compiler="gcc" />
40                                <Option includeInTargetAll="1" />
41                                <Option projectResourceIncludeDirsRelation="0" />
42                                <Compiler>
43                                        <Add option="-O3" />
44                                        <Add option="-DWIN32" />
45                                        <Add option="-DNDEBUG" />
46                                        <Add option="-D_WINDOWS" />
47                                        <Add option="-D_USRDLL" />
48                                </Compiler>
49                                <Linker>
50                                        <Add option="-s" />
51                                        <Add library="CEGUIBase" />
52                                        <Add library="Ogremain" />
53                                        <Add library="stlport.5.0" />
54                                </Linker>
55                                <ExtraCommands>
56                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\bin\$(TARGET_NAME)" />
57                                </ExtraCommands>
58                        </Target>
59                </Build>
60                <Compiler>
61                        <Add option="-Wall" />
62                        <Add option="-mthreads" />
63                        <Add option="-fmessage-length=0" />
64                        <Add option="-fexceptions" />
65                        <Add option="-fident" />
66                        <Add option="-D_STLP_NO_CUSTOM_IO" />
67                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
68                        <Add directory="$(#STLPORT_DIR)\stlport" />
69                        <Add directory="..\include" />
70                        <Add directory="..\..\..\..\OgreMain\include" />
71                        <Add directory="..\..\..\..\Dependencies\include" />
72                        <Add directory="..\..\..\..\Dependencies\include\CEGUI" />
73                </Compiler>
74                <Linker>
75                        <Add option="-Wl,--enable-auto-image-base" />
76                        <Add option="-Wl,--add-stdcall-alias" />
77                        <Add directory="..\..\bin\$(TARGET_NAME)" />
78                </Linker>
79                <Unit filename="..\include\OgreCEGUIRenderer.h">
80                        <Option compilerVar="" />
81                        <Option compile="0" />
82                        <Option link="0" />
83                        <Option target="Debug" />
84                        <Option target="Release" />
85                </Unit>
86                <Unit filename="..\include\OgreCEGUIResourceProvider.h">
87                        <Option compilerVar="" />
88                        <Option compile="0" />
89                        <Option link="0" />
90                        <Option target="Debug" />
91                        <Option target="Release" />
92                </Unit>
93                <Unit filename="..\include\OgreCEGUITexture.h">
94                        <Option compilerVar="" />
95                        <Option compile="0" />
96                        <Option link="0" />
97                        <Option target="Debug" />
98                        <Option target="Release" />
99                </Unit>
100                <Unit filename="..\src\OgreCEGUIRenderer.cpp">
101                        <Option compilerVar="CPP" />
102                        <Option target="Debug" />
103                        <Option target="Release" />
104                </Unit>
105                <Unit filename="..\src\OgreCEGUIResourceProvider.cpp">
106                        <Option compilerVar="CPP" />
107                        <Option target="Debug" />
108                        <Option target="Release" />
109                </Unit>
110                <Unit filename="..\src\OgreCEGUITexture.cpp">
111                        <Option compilerVar="CPP" />
112                        <Option target="Debug" />
113                        <Option target="Release" />
114                </Unit>
115        </Project>
116</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.