Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/EnvMapping/scripts/Demo_EnvMapping_stlp.cbp @ 3

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

=update

File size: 2.6 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_EnvMapping" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\Common\bin\Debug\Demo_EnvMapping.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="-D_DEBUG" />
21                                </Compiler>
22                                <Linker>
23                                        <Add library="OgreMain_d" />
24                                        <Add library="ois_d" />
25                                        <Add library="stlportstlg.5.1" />
26                                </Linker>
27                        </Target>
28                        <Target title="Release">
29                                <Option output="..\..\Common\bin\Release\Demo_EnvMapping.exe" />
30                                <Option working_dir="..\..\Common\bin\Release" />
31                                <Option object_output="..\obj\Release" />
32                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
33                                <Option type="0" />
34                                <Option compiler="gcc" />
35                                <Option projectResourceIncludeDirsRelation="0" />
36                                <Compiler>
37                                        <Add option="-O3" />
38                                        <Add option="-DNDEBUG" />
39                                </Compiler>
40                                <Linker>
41                                        <Add option="-s" />
42                                        <Add library="OgreMain" />
43                                        <Add library="ois" />
44                                        <Add library="stlport.5.1" />
45                                </Linker>
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="-D_STLP_NO_CUSTOM_IO" />
58                        <Add option="-DWIN32" />
59                        <Add option="-D_WINDOWS" />
60                        <Add directory="$(#STLPORT_DIR)\stlport" />
61                        <Add directory="..\include" />
62                        <Add directory="..\..\Common\include" />
63                        <Add directory="..\..\..\OgreMain\include" />
64                        <Add directory="..\..\..\Dependencies\include" />
65                        <Add directory="..\..\..\Dependencies\include\ois" />
66                </Compiler>
67                <Linker>
68                        <Add option="-Wl,--enable-auto-image-base" />
69                        <Add option="-Wl,--add-stdcall-alias" />
70                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
71                </Linker>
72                <Unit filename="..\include\EnvMapping.h">
73                        <Option compilerVar="CPP" />
74                        <Option compile="0" />
75                        <Option link="0" />
76                        <Option target="Debug" />
77                        <Option target="Release" />
78                </Unit>
79                <Unit filename="..\src\EnvMapping.cpp">
80                        <Option compilerVar="CPP" />
81                        <Option target="Debug" />
82                        <Option target="Release" />
83                </Unit>
84                <Extensions />
85        </Project>
86</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.