Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/BSPSceneManager/scripts/Plugin_BSPSceneManager.cbp @ 3

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

=update

File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="6" />
4        <Project>
5                <Option title="Plugin_BSPSceneManager" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\..\lib\Plugin_BSPSceneManager_d.dll" prefix_auto="0" extension_auto="0" />
10                                <Option object_output="..\obj\Debug" />
11                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
12                                <Option type="3" />
13                                <Option compiler="gcc" />
14                                <Option projectResourceIncludeDirsRelation="0" />
15                                <Compiler>
16                                        <Add option="-g" />
17                                        <Add option="-D_DEBUG" />
18                                </Compiler>
19                                <Linker>
20                                        <Add library="OgreMain_d" />
21                                </Linker>
22                                <ExtraCommands>
23                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
24                                </ExtraCommands>
25                        </Target>
26                        <Target title="Release">
27                                <Option output="..\..\..\lib\Plugin_BSPSceneManager.dll" prefix_auto="0" extension_auto="0" />
28                                <Option object_output="..\obj\Release" />
29                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
30                                <Option type="3" />
31                                <Option compiler="gcc" />
32                                <Option projectResourceIncludeDirsRelation="0" />
33                                <Compiler>
34                                        <Add option="-O2" />
35                                        <Add option="-DNDEBUG" />
36                                </Compiler>
37                                <Linker>
38                                        <Add option="-s" />
39                                        <Add library="OgreMain" />
40                                </Linker>
41                                <ExtraCommands>
42                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
43                                </ExtraCommands>
44                        </Target>
45                </Build>
46                <VirtualTargets>
47                        <Add alias="All" targets="Debug;Release;" />
48                </VirtualTargets>
49                <Compiler>
50                        <Add option="-Wall" />
51                        <Add option="-mthreads" />
52                        <Add option="-fmessage-length=0" />
53                        <Add option="-fexceptions" />
54                        <Add option="-fident" />
55                        <Add option="-pipe" />
56                        <Add option="-DWIN32" />
57                        <Add option="-D_WINDOWS" />
58                        <Add option="-D_USRDLL" />
59                        <Add option="-DOGRE_BSPPLUGIN_EXPORTS" />
60                        <Add directory="..\include" />
61                        <Add directory="..\..\..\OgreMain\include" />
62                </Compiler>
63                <Linker>
64                        <Add option="-Wl,--enable-auto-image-base" />
65                        <Add option="-Wl,--add-stdcall-alias" />
66                        <Add directory="..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
67                </Linker>
68                <Unit filename="..\include\OgreBspLevel.h" />
69                <Unit filename="..\include\OgreBspNode.h" />
70                <Unit filename="..\include\OgreBspPrerequisites.h" />
71                <Unit filename="..\include\OgreBspResourceManager.h" />
72                <Unit filename="..\include\OgreBspSceneManager.h" />
73                <Unit filename="..\include\OgreBspSceneManagerPlugin.h" />
74                <Unit filename="..\include\OgreBspSceneNode.h" />
75                <Unit filename="..\include\OgreQuake3Level.h" />
76                <Unit filename="..\include\OgreQuake3Shader.h" />
77                <Unit filename="..\include\OgreQuake3ShaderManager.h" />
78                <Unit filename="..\include\OgreQuake3Types.h" />
79                <Unit filename="..\misc\OgreBspSceneManager.def" />
80                <Unit filename="..\src\OgreBspLevel.cpp" />
81                <Unit filename="..\src\OgreBspNode.cpp" />
82                <Unit filename="..\src\OgreBspResourceManager.cpp" />
83                <Unit filename="..\src\OgreBspSceneManager.cpp" />
84                <Unit filename="..\src\OgreBspSceneManagerDll.cpp" />
85                <Unit filename="..\src\OgreBspSceneManagerPlugin.cpp" />
86                <Unit filename="..\src\OgreBspSceneNode.cpp" />
87                <Unit filename="..\src\OgreQuake3Level.cpp" />
88                <Unit filename="..\src\OgreQuake3Shader.cpp" />
89                <Unit filename="..\src\OgreQuake3ShaderManager.cpp" />
90                <Extensions>
91                        <code_completion />
92                </Extensions>
93        </Project>
94</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.