Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/BSPSceneManager/scripts/Plugin_BSPSceneManager_linux.cbp @ 5

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

=hoffentlich gehts jetzt

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 platforms="Unix;" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option platforms="Unix;" />
11                                <Option output="../../../lib/Plugin_BSPSceneManager_d.so" prefix_auto="0" extension_auto="0" />
12                                <Option object_output="../obj/Debug" />
13                                <Option external_deps="../../../lib/libOgreMain_d.so;" />
14                                <Option type="3" />
15                                <Option compiler="gcc" />
16                                <Option projectResourceIncludeDirsRelation="0" />
17                                <Compiler>
18                                        <Add option="-g" />
19                                        <Add option="-DDEBUG" />
20                                </Compiler>
21                                <Linker>
22                                        <Add library="OgreMain_d" />
23                                </Linker>
24                                <ExtraCommands>
25                                        <Add after="cp $($(TARGET_NAME)_OUTPUT_FILE) ../../../Samples/Common/bin/$(TARGET_NAME)" />
26                                </ExtraCommands>
27                        </Target>
28                        <Target title="Release">
29                                <Option platforms="Unix;" />
30                                <Option output="../../../lib/Plugin_BSPSceneManager.so" prefix_auto="0" extension_auto="0" />
31                                <Option object_output="../obj/Release" />
32                                <Option external_deps="../../../lib/libOgreMain.so;" />
33                                <Option type="3" />
34                                <Option compiler="gcc" />
35                                <Option projectResourceIncludeDirsRelation="0" />
36                                <Compiler>
37                                        <Add option="-O2" />
38                                        <Add option="-DNDEBUG" />
39                                </Compiler>
40                                <Linker>
41                                        <Add option="-s" />
42                                        <Add library="OgreMain" />
43                                </Linker>
44                                <ExtraCommands>
45                                        <Add after="cp $($(TARGET_NAME)_OUTPUT_FILE) ../../../Samples/Common/bin/$(TARGET_NAME)" />
46                                </ExtraCommands>
47                        </Target>
48                </Build>
49                <VirtualTargets>
50                        <Add alias="All" targets="Debug;Release;" />
51                </VirtualTargets>
52                <Compiler>
53                        <Add option="-Wall" />
54                        <Add option="-fmessage-length=0" />
55                        <Add option="-fexceptions" />
56                        <Add option="-fident" />
57                        <Add option="-pipe" />
58                        <Add option="-fvisibility=hidden" />
59                        <Add option="-fvisibility-inlines-hidden" />
60                        <Add option="-fPIC" />
61                        <Add option="-DOGRE_BSPPLUGIN_EXPORTS" />
62                        <Add option="-DPIC" />
63                        <Add option="-DOGRE_GCC_VISIBILITY" />
64                        <Add option="-DHAVE_CONFIG_H" />
65                        <Add directory="../include" />
66                        <Add directory="../../../OgreMain/include" />
67                </Compiler>
68                <Linker>
69                        <Add directory="../../../Samples/Common/bin/$(TARGET_NAME)" />
70                </Linker>
71                <Unit filename="../include/OgreBspLevel.h" />
72                <Unit filename="../include/OgreBspNode.h" />
73                <Unit filename="../include/OgreBspPrerequisites.h" />
74                <Unit filename="../include/OgreBspResourceManager.h" />
75                <Unit filename="../include/OgreBspSceneManager.h" />
76                <Unit filename="../include/OgreBspSceneManagerPlugin.h" />
77                <Unit filename="../include/OgreBspSceneNode.h" />
78                <Unit filename="../include/OgreQuake3Level.h" />
79                <Unit filename="../include/OgreQuake3Shader.h" />
80                <Unit filename="../include/OgreQuake3ShaderManager.h" />
81                <Unit filename="../include/OgreQuake3Types.h" />
82                <Unit filename="../src/OgreBspLevel.cpp" />
83                <Unit filename="../src/OgreBspNode.cpp" />
84                <Unit filename="../src/OgreBspResourceManager.cpp" />
85                <Unit filename="../src/OgreBspSceneManager.cpp" />
86                <Unit filename="../src/OgreBspSceneManagerDll.cpp" />
87                <Unit filename="../src/OgreBspSceneManagerPlugin.cpp" />
88                <Unit filename="../src/OgreBspSceneNode.cpp" />
89                <Unit filename="../src/OgreQuake3Level.cpp" />
90                <Unit filename="../src/OgreQuake3Shader.cpp" />
91                <Unit filename="../src/OgreQuake3ShaderManager.cpp" />
92                <Extensions>
93                        <code_completion />
94                </Extensions>
95        </Project>
96</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.