Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Tests/PlayPen/scripts/PlayPen_stlp.cbp @ 3

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

=update

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="4" />
4        <Project>
5                <Option title="Playpen" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\..\Samples\Common\bin\Debug\PlayPen.exe" />
10                                <Option working_dir="..\..\..\Samples\Common\bin\Debug" />
11                                <Option object_output="..\obj\debug" />
12                                <Option type="0" />
13                                <Option compiler="gcc" />
14                                <Option includeInTargetAll="1" />
15                                <Option projectResourceIncludeDirsRelation="0" />
16                                <Compiler>
17                                        <Add option="-g" />
18                                        <Add option="-D_DEBUG" />
19                                        <Add option="-D_STLP_DEBUG" />
20                                </Compiler>
21                                <Linker>
22                                        <Add library="OgreMain_d" />
23                                        <Add library="stlportstlg.5.0" />
24                                </Linker>
25                        </Target>
26                        <Target title="Release">
27                                <Option output="..\..\..\Samples\Common\bin\Release\PlayPen.exe" />
28                                <Option working_dir="..\..\..\Samples\Common\bin\Release" />
29                                <Option object_output="..\obj\Release" />
30                                <Option type="0" />
31                                <Option compiler="gcc" />
32                                <Option includeInTargetAll="1" />
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="OgreMain" />
41                                        <Add library="stlport.5.0" />
42                                </Linker>
43                        </Target>
44                </Build>
45                <Compiler>
46                        <Add option="-Wall" />
47                        <Add option="-mthreads" />
48                        <Add option="-fmessage-length=0" />
49                        <Add option="-fexceptions" />
50                        <Add option="-fident" />
51                        <Add option="-D_STLP_NO_CUSTOM_IO" />
52                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
53                        <Add option="-DWIN32" />
54                        <Add option="-D_WINDOWS" />
55                        <Add directory="$(#STLPORT_DIR)\stlport" />
56                        <Add directory="..\..\..\OgreMain\include" />
57                        <Add directory="..\..\..\Samples\Common\include" />
58                </Compiler>
59                <Linker>
60                        <Add option="-Wl,--enable-auto-image-base" />
61                        <Add option="-Wl,--add-stdcall-alias" />
62                        <Add directory="..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
63                </Linker>
64                <Unit filename="..\src\PlayPen.cpp">
65                        <Option compilerVar="CPP" />
66                        <Option target="Debug" />
67                        <Option target="Release" />
68                </Unit>
69                <Extensions />
70        </Project>
71</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.