Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Common/CEGUIRenderer/scripts/OgreGUIRenderer.cbp @ 5

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

=hoffentlich gehts jetzt

File size: 2.7 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="OgreGUIRenderer" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\..\..\lib\OgreGUIRenderer_d.dll" prefix_auto="0" extension_auto="0" />
10                                <Option object_output="..\bin\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="CEGUIBase_d" />
21                                        <Add library="Ogremain_d" />
22                                </Linker>
23                                <ExtraCommands>
24                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\bin\$(TARGET_NAME)" />
25                                </ExtraCommands>
26                        </Target>
27                        <Target title="Release">
28                                <Option output="..\..\..\..\lib\OgreGUIRenderer.dll" prefix_auto="0" extension_auto="0" />
29                                <Option object_output="..\bin\Release" />
30                                <Option external_deps="..\..\..\..\lib\OgreMain.dll;" />
31                                <Option type="3" />
32                                <Option compiler="gcc" />
33                                <Option projectResourceIncludeDirsRelation="0" />
34                                <Compiler>
35                                        <Add option="-O3" />
36                                        <Add option="-DNDEBUG" />
37                                </Compiler>
38                                <Linker>
39                                        <Add option="-s" />
40                                        <Add library="CEGUIBase" />
41                                        <Add library="Ogremain" />
42                                </Linker>
43                                <ExtraCommands>
44                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\bin\$(TARGET_NAME)" />
45                                </ExtraCommands>
46                        </Target>
47                </Build>
48                <VirtualTargets>
49                        <Add alias="All" targets="Debug;Release;" />
50                </VirtualTargets>
51                <Compiler>
52                        <Add option="-Wall" />
53                        <Add option="-mthreads" />
54                        <Add option="-fmessage-length=0" />
55                        <Add option="-fexceptions" />
56                        <Add option="-fident" />
57                        <Add option="-pipe" />
58                        <Add option="-DWIN32" />
59                        <Add option="-D_WINDOWS" />
60                        <Add option="-D_USRDLL" />
61                        <Add option="-DOGRE_GUIRENDERER_EXPORTS" />
62                        <Add directory="..\include" />
63                        <Add directory="..\..\..\..\OgreMain\include" />
64                        <Add directory="..\..\..\..\Dependencies\include" />
65                        <Add directory="..\..\..\..\Dependencies\include\CEGUI" />
66                </Compiler>
67                <Linker>
68                        <Add option="-Wl,--enable-auto-image-base" />
69                        <Add option="-Wl,--add-stdcall-alias" />
70                        <Add directory="..\..\bin\$(TARGET_NAME)" />
71                </Linker>
72                <Unit filename="..\include\OgreCEGUIRenderer.h" />
73                <Unit filename="..\include\OgreCEGUIResourceProvider.h" />
74                <Unit filename="..\include\OgreCEGUITexture.h" />
75                <Unit filename="..\src\OgreCEGUIRenderer.cpp" />
76                <Unit filename="..\src\OgreCEGUIResourceProvider.cpp" />
77                <Unit filename="..\src\OgreCEGUITexture.cpp" />
78                <Extensions>
79                        <code_completion />
80                </Extensions>
81        </Project>
82</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.