source: OGRE/trunk/ogrenew/Samples/Dot3Bump/scripts/Demo_Dot3Bump_stlp.cbp @ 692

Revision 692, 2.4 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="3" />
4        <Project>
5                <Option title="Demo_Dot3Bump" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\Common\bin\Debug\Demo_Dot3Bump.exe" />
10                                <Option working_dir="..\..\Common\bin\Debug" />
11                                <Option object_output="..\obj\Debug" />
12                                <Option external_deps="..\..\..\OgreMain\lib\Debug\OgreMain_d.dll;" />
13                                <Option type="0" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option projectResourceIncludeDirsRelation="0" />
17                                <Compiler>
18                                        <Add option="-Wall" />
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="stlportstlg.5.0.dll" />
27                                        <Add library="OgreMain_d" />
28                                </Linker>
29                        </Target>
30                        <Target title="Release">
31                                <Option output="..\..\Common\bin\Release\Demo_Dot3Bump.exe" />
32                                <Option working_dir="..\..\Common\bin\Release" />
33                                <Option object_output="..\obj\Release" />
34                                <Option external_deps="..\..\..\OgreMain\lib\Release\OgreMain.dll;" />
35                                <Option type="0" />
36                                <Option compiler="gcc" />
37                                <Option includeInTargetAll="1" />
38                                <Option projectResourceIncludeDirsRelation="0" />
39                                <Compiler>
40                                        <Add option="-O3" />
41                                        <Add option="-Wall" />
42                                        <Add option="-DWIN32" />
43                                        <Add option="-DNDEBUG" />
44                                        <Add option="-D_WINDOWS" />
45                                </Compiler>
46                                <Linker>
47                                        <Add option="-s" />
48                                        <Add library="stlport.5.0.dll" />
49                                        <Add library="OgreMain" />
50                                </Linker>
51                        </Target>
52                </Build>
53                <Compiler>
54                        <Add option="-mthreads" />
55                        <Add option="-fmessage-length=0" />
56                        <Add option="-fexceptions" />
57                        <Add option="-fident" />
58                        <Add option="-D_STLP_NO_CUSTOM_IO" />
59                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
60                        <Add directory="$(#STLPORT_DIR)\stlport" />
61                        <Add directory="..\include" />
62                        <Add directory="..\..\Common\include" />
63                        <Add directory="..\..\..\OgreMain\include" />
64                </Compiler>
65                <Linker>
66                        <Add option="-Wl,--enable-auto-image-base" />
67                        <Add option="-Wl,--add-stdcall-alias" />
68                        <Add directory="$(#STLPORT_DIR)\lib" />
69                        <Add directory="..\..\..\OgreMain\lib\$(TARGET_NAME)" />
70                </Linker>
71                <Unit filename="..\src\Dot3Bump.cpp">
72                        <Option compilerVar="CPP" />
73                        <Option target="Debug" />
74                        <Option target="Release" />
75                </Unit>
76        </Project>
77</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.