Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=update

File size: 2.1 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="Playpen" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\..\Samples\Common\bin\Debug\PlayPen.exe" prefix_auto="0" extension_auto="0" />
12                                <Option working_dir="..\..\..\Samples\Common\bin\Debug" />
13                                <Option object_output="..\obj\debug" />
14                                <Option type="0" />
15                                <Option compiler="gcc" />
16                                <Option projectResourceIncludeDirsRelation="0" />
17                                <Compiler>
18                                        <Add option="-g" />
19                                        <Add option="-D_DEBUG" />
20                                </Compiler>
21                                <Linker>
22                                        <Add library="OgreMain_d" />
23                                </Linker>
24                        </Target>
25                        <Target title="Release">
26                                <Option output="..\..\..\Samples\Common\bin\Release\PlayPen.exe" prefix_auto="0" extension_auto="0" />
27                                <Option working_dir="..\..\..\Samples\Common\bin\Release" />
28                                <Option object_output="..\obj\Release" />
29                                <Option type="0" />
30                                <Option compiler="gcc" />
31                                <Option projectResourceIncludeDirsRelation="0" />
32                                <Compiler>
33                                        <Add option="-O3" />
34                                        <Add option="-DNDEBUG" />
35                                </Compiler>
36                                <Linker>
37                                        <Add option="-s" />
38                                        <Add library="OgreMain" />
39                                </Linker>
40                        </Target>
41                </Build>
42                <VirtualTargets>
43                        <Add alias="All" targets="Debug;Release;" />
44                </VirtualTargets>
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="-pipe" />
52                        <Add option="-DWIN32" />
53                        <Add option="-D_WINDOWS" />
54                        <Add directory="..\..\..\OgreMain\include" />
55                        <Add directory="..\..\..\Samples\Common\include" />
56                </Compiler>
57                <Linker>
58                        <Add option="-Wl,--enable-auto-image-base" />
59                        <Add option="-Wl,--add-stdcall-alias" />
60                        <Add directory="..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
61                </Linker>
62                <Unit filename="..\src\PlayPen.cpp">
63                        <Option compilerVar="CPP" />
64                        <Option target="Debug" />
65                        <Option target="Release" />
66                </Unit>
67        </Project>
68</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.