source: OGRE/trunk/ogrenew/PlatformManagers/Win32/scripts/PlatformManager_Win32_stlp.cbp @ 692

Revision 692, 6.2 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="PlatformManager_Win32" />
6                <Option default_target="-1" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\bin\Debug\PlatformManager_Win32.dll" />
11                                <Option object_output="..\obj\Debug" />
12                                <Option external_deps="..\..\..\OgreMain\lib\Debug\OgreMain_d.dll;" />
13                                <Option type="3" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Compiler>
17                                        <Add option="-Wall" />
18                                        <Add option="-g" />
19                                        <Add option="-DWIN32" />
20                                        <Add option="-D_DEBUG" />
21                                        <Add option="-D_WINDOWS" />
22                                        <Add option="-D_USRDLL" />
23                                        <Add option="-DPLATFORMMANAGER_WIN32_EXPORTS" />
24                                        <Add option="-D_STLP_NO_CUSTOM_IO" />
25                                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
26                                        <Add option="-D_STLP_DEBUG" />
27                                </Compiler>
28                                <Linker>
29                                        <Add library="stlportstlg.5.0.dll" />
30                                        <Add library="OgreMain_d" />
31                                        <Add library="dxguid" />
32                                        <Add library="dinput8" />
33                                        <Add library="dinput" />
34                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
35                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
36                                </Linker>
37                                <ExtraCommands>
38                                        <Add after="cmd /c copy ..\bin\Debug\PlatformManager_Win32.dll ..\..\..\Samples\Common\Bin\Debug\OgrePlatform_d.dll" />
39                                </ExtraCommands>
40                        </Target>
41                        <Target title="Release">
42                                <Option output="..\bin\Release\PlatformManager_Win32.dll" />
43                                <Option object_output="..\obj\Release" />
44                                <Option external_deps="..\..\..\OgreMain\lib\Release\OgreMain.dll;" />
45                                <Option type="3" />
46                                <Option compiler="gcc" />
47                                <Option includeInTargetAll="1" />
48                                <Option projectIncludeDirsRelation="2" />
49                                <Compiler>
50                                        <Add option="-O2" />
51                                        <Add option="-Wall" />
52                                        <Add option="-DWIN32" />
53                                        <Add option="-DNDEBUG" />
54                                        <Add option="-D_WINDOWS" />
55                                        <Add option="-D_USRDLL" />
56                                        <Add option="-DPLATFORMMANAGER_WIN32_EXPORTS" />
57                                        <Add directory="..\..\..\OgreMain\obj\Release\include" />
58                                </Compiler>
59                                <Linker>
60                                        <Add option="-s" />
61                                        <Add library="stlport.5.0.dll" />
62                                        <Add library="OgreMain" />
63                                        <Add library="dxguid" />
64                                        <Add library="dinput8" />
65                                        <Add library="dinput" />
66                                        <Add directory="..\..\..\OgreMain\lib\Release" />
67                                        <Add directory="..\..\..\Dependencies\zlib\lib\Release" />
68                                </Linker>
69                                <ExtraCommands>
70                                        <Add after="cmd /c copy ..\bin\Release\PlatformManager_Win32.dll ..\..\..\Samples\Common\Bin\Release\OgrePlatform.dll" />
71                                </ExtraCommands>
72                        </Target>
73                </Build>
74                <Compiler>
75                        <Add option="-mthreads" />
76                        <Add option="-fmessage-length=0" />
77                        <Add option="-fexceptions" />
78                        <Add option="-fident" />
79                        <Add directory="$(#STLPORT_DIR)\stlport" />
80                        <Add directory="..\include" />
81                        <Add directory="..\..\..\OgreMain\include" />
82                </Compiler>
83                <ResourceCompiler>
84                        <Add directory="..\include" />
85                        <Add directory="..\misc" />
86                </ResourceCompiler>
87                <Linker>
88                        <Add option="-Wl,--enable-auto-image-base" />
89                        <Add option="-Wl,--export-all-symbols" />
90                        <Add option="-Wl,--add-stdcall-alias" />
91                        <Add directory="$(#STLPORT_DIR)\lib" />
92                </Linker>
93                <Unit filename="..\include\OgreWin32ConfigDialog.h">
94                        <Option compilerVar="CPP" />
95                        <Option compile="0" />
96                        <Option link="0" />
97                        <Option target="Debug" />
98                        <Option target="Release" />
99                </Unit>
100                <Unit filename="..\include\OgreWin32ErrorDialog.h">
101                        <Option compilerVar="CPP" />
102                        <Option compile="0" />
103                        <Option link="0" />
104                        <Option target="Debug" />
105                        <Option target="Release" />
106                </Unit>
107                <Unit filename="..\include\OgreWin32Input.h">
108                        <Option compilerVar="CPP" />
109                        <Option compile="0" />
110                        <Option link="0" />
111                        <Option target="Debug" />
112                        <Option target="Release" />
113                </Unit>
114                <Unit filename="..\include\OgreWin32Input8.h">
115                        <Option compilerVar="CPP" />
116                        <Option compile="0" />
117                        <Option link="0" />
118                        <Option target="Debug" />
119                        <Option target="Release" />
120                </Unit>
121                <Unit filename="..\include\OgreWin32Prerequisites.h">
122                        <Option compilerVar="CPP" />
123                        <Option compile="0" />
124                        <Option link="0" />
125                        <Option target="Debug" />
126                        <Option target="Release" />
127                </Unit>
128                <Unit filename="..\include\OgreWin32Timer.h">
129                        <Option compilerVar="CPP" />
130                        <Option compile="0" />
131                        <Option link="0" />
132                        <Option target="Debug" />
133                        <Option target="Release" />
134                </Unit>
135                <Unit filename="..\include\resource.h">
136                        <Option compilerVar="CPP" />
137                        <Option compile="0" />
138                        <Option link="0" />
139                        <Option target="Debug" />
140                        <Option target="Release" />
141                </Unit>
142                <Unit filename="..\misc\OgreWin32Platform.def">
143                        <Option compilerVar="CPP" />
144                        <Option compile="0" />
145                        <Option link="0" />
146                        <Option target="Debug" />
147                        <Option target="Release" />
148                </Unit>
149                <Unit filename="..\misc\OgreWin32Resources.rc">
150                        <Option compilerVar="WINDRES" />
151                        <Option objectName="misc\OgreWin32Resources.res" />
152                        <Option target="Debug" />
153                        <Option target="Release" />
154                </Unit>
155                <Unit filename="..\misc\ogre.ico">
156                        <Option compilerVar="CPP" />
157                        <Option compile="0" />
158                        <Option link="0" />
159                        <Option target="Debug" />
160                        <Option target="Release" />
161                </Unit>
162                <Unit filename="..\misc\ogrelogo.bmp">
163                        <Option compilerVar="CPP" />
164                        <Option compile="0" />
165                        <Option link="0" />
166                        <Option target="Debug" />
167                        <Option target="Release" />
168                </Unit>
169                <Unit filename="..\src\OgreWin32ConfigDialog.cpp">
170                        <Option compilerVar="CPP" />
171                        <Option target="Debug" />
172                        <Option target="Release" />
173                </Unit>
174                <Unit filename="..\src\OgreWin32ErrorDialog.cpp">
175                        <Option compilerVar="CPP" />
176                        <Option target="Debug" />
177                        <Option target="Release" />
178                </Unit>
179                <Unit filename="..\src\OgreWin32Input.cpp">
180                        <Option compilerVar="CPP" />
181                        <Option target="Debug" />
182                        <Option target="Release" />
183                </Unit>
184                <Unit filename="..\src\OgreWin32Input8.cpp">
185                        <Option compilerVar="CPP" />
186                        <Option target="Debug" />
187                        <Option target="Release" />
188                </Unit>
189                <Unit filename="..\src\OgreWin32PlatformDll.cpp">
190                        <Option compilerVar="CPP" />
191                        <Option target="Debug" />
192                        <Option target="Release" />
193                </Unit>
194                <Unit filename="..\src\OgreWin32Timer.cpp">
195                        <Option compilerVar="CPP" />
196                        <Option target="Debug" />
197                        <Option target="Release" />
198                </Unit>
199        </Project>
200</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.