Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/MeshUpgrader/scripts/MeshUpgrader_stlp.cbp @ 42

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

=…

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="5" />
4        <Project>
5                <Option title="MeshUpgrader" />
6                <Option pch_mode="0" />
7                <Option default_target="" />
8                <Option compiler="gcc" />
9                <Option virtualFolders="" />
10                <Build>
11                        <Target title="Debug">
12                                <Option output="..\..\Common\bin\debug\OgreMeshUpgrader.exe" />
13                                <Option working_dir="..\..\Common\bin\Debug" />
14                                <Option object_output="..\obj\Debug" />
15                                <Option type="1" />
16                                <Option compiler="gcc" />
17                                <Option projectResourceIncludeDirsRelation="1" />
18                                <Compiler>
19                                        <Add option="-g" />
20                                        <Add option="-D_DEBUG" />
21                                </Compiler>
22                                <Linker>
23                                        <Add library="OgreMain_d" />
24                                        <Add library="stlportstlg.5.1" />
25                                </Linker>
26                        </Target>
27                        <Target title="Release">
28                                <Option output="..\..\Common\bin\Release\OgreMeshUpgrader.exe" />
29                                <Option working_dir="..\..\Common\bin\Release" />
30                                <Option object_output="..\obj\Release" />
31                                <Option type="1" />
32                                <Option compiler="gcc" />
33                                <Option projectResourceIncludeDirsRelation="1" />
34                                <Compiler>
35                                        <Add option="-O3" />
36                                        <Add option="-DNDEBUG" />
37                                </Compiler>
38                                <Linker>
39                                        <Add option="-s" />
40                                        <Add library="OgreMain" />
41                                        <Add library="stlport.5.1" />
42                                </Linker>
43                        </Target>
44                </Build>
45                <VirtualTargets>
46                        <Add alias="All" targets="Debug;Release;" />
47                </VirtualTargets>
48                <Compiler>
49                        <Add option="-Wall" />
50                        <Add option="-mthreads" />
51                        <Add option="-fmessage-length=0" />
52                        <Add option="-fexceptions" />
53                        <Add option="-fident" />
54                        <Add option="-D_STLP_NO_CUSTOM_IO" />
55                        <Add option="-DWIN32" />
56                        <Add option="-D_WINDOWS" />
57                        <Add directory="$(#STLPORT_DIR)\stlport" />
58                        <Add directory="..\include" />
59                        <Add directory="..\..\..\OgreMain\include" />
60                        <Add directory="..\..\..\Dependencies\include" />
61                </Compiler>
62                <Linker>
63                        <Add option="-Wl,--enable-auto-image-base" />
64                        <Add option="-Wl,--add-stdcall-alias" />
65                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
66                </Linker>
67                <Unit filename="..\src\main.cpp">
68                        <Option compilerVar="CPP" />
69                        <Option target="Debug" />
70                        <Option target="Release" />
71                </Unit>
72                <Extensions />
73        </Project>
74</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.