Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/BezierPatch/scripts/Demo_BezierPatch_stlp.cbp @ 3

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

=update

File size: 2.8 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="Demo_BezierPatch" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\Common\bin\Debug\Demo_BezierPatch.exe" />
12                                <Option working_dir="..\..\Common\bin\Debug" />
13                                <Option object_output="..\obj\Debug" />
14                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
15                                <Option type="0" />
16                                <Option compiler="gcc" />
17                                <Option projectResourceIncludeDirsRelation="0" />
18                                <Compiler>
19                                        <Add option="-g" />
20                                        <Add option="-DWIN32" />
21                                        <Add option="-D_DEBUG" />
22                                        <Add option="-D_WINDOWS" />
23                                        <Add option="-D_STLP_DEBUG" />
24                                </Compiler>
25                                <Linker>
26                                        <Add library="OgreMain_d" />
27                                        <Add library="ois_d" />
28                                        <Add library="stlportstlg.5.1" />
29                                </Linker>
30                        </Target>
31                        <Target title="Release">
32                                <Option output="..\..\Common\bin\Release\Demo_BezierPatch.exe" />
33                                <Option working_dir="..\..\Common\bin\Release" />
34                                <Option object_output="..\obj\Release" />
35                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
36                                <Option type="0" />
37                                <Option compiler="gcc" />
38                                <Option projectResourceIncludeDirsRelation="0" />
39                                <Compiler>
40                                        <Add option="-O3" />
41                                        <Add option="-DWIN32" />
42                                        <Add option="-DNDEBUG" />
43                                        <Add option="-D_WINDOWS" />
44                                </Compiler>
45                                <Linker>
46                                        <Add option="-s" />
47                                        <Add library="OgreMain" />
48                                        <Add library="ois" />
49                                        <Add library="stlport.5.1" />
50                                </Linker>
51                        </Target>
52                </Build>
53                <VirtualTargets>
54                        <Add alias="All" targets="Debug;Release;" />
55                </VirtualTargets>
56                <Compiler>
57                        <Add option="-Wall" />
58                        <Add option="-mthreads" />
59                        <Add option="-fmessage-length=0" />
60                        <Add option="-fexceptions" />
61                        <Add option="-fident" />
62                        <Add option="-D_STLP_NO_CUSTOM_IO" />
63                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
64                        <Add directory="$(#STLPORT_DIR)\stlport" />
65                        <Add directory="..\include" />
66                        <Add directory="..\..\Common\include" />
67                        <Add directory="..\..\..\OgreMain\include" />
68                        <Add directory="..\..\..\Dependencies\include" />
69                        <Add directory="..\..\..\Dependencies\include\ois" />
70                </Compiler>
71                <Linker>
72                        <Add option="-Wl,--enable-auto-image-base" />
73                        <Add option="-Wl,--add-stdcall-alias" />
74                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
75                </Linker>
76                <Unit filename="..\include\Bezier.h">
77                        <Option compilerVar="CPP" />
78                        <Option compile="0" />
79                        <Option link="0" />
80                        <Option target="Debug" />
81                        <Option target="Release" />
82                </Unit>
83                <Unit filename="..\src\Bezier.cpp">
84                        <Option compilerVar="CPP" />
85                        <Option target="Debug" />
86                        <Option target="Release" />
87                </Unit>
88                <Extensions />
89        </Project>
90</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.