~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/templates/win32/ogre_vctk.cbp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE CodeBlocks_project_file>
 
3
<CodeBlocks_project_file>
 
4
        <FileVersion major="1" minor="1"/>
 
5
        <Project>
 
6
                <Option title="OGRE_Sample"/>
 
7
                <Option makefile="Makefile"/>
 
8
                <Option makefile_is_custom="0"/>
 
9
                <Option active_target="1"/>
 
10
                <Option compiler="1"/>
 
11
                <Build>
 
12
                        <Target title="Debug">
 
13
                                <Option output="Debug/ogre_sample.exe"/>
 
14
                                <Option working_dir="$(OGRE_HOME)/bin/Debug"/>
 
15
                                <Option object_output="Debug/.objs"/>
 
16
                                <Option deps_output=".deps"/>
 
17
                                <Option external_deps=""/>
 
18
                                <Option additional_depfiles=""/>
 
19
                                <Option type="1"/>
 
20
                                <Option compiler="1"/>
 
21
                                <Option includeInTargetAll="0"/>
 
22
                                <Option projectResourceIncludeDirsRelation="1"/>
 
23
                                <Compiler>
 
24
                                        <Add option="/Zi"/>
 
25
                                        <Add option="/DDEBUG"/>
 
26
                                        <Add option="/D_DEBUG"/>
 
27
                                </Compiler>
 
28
                                <Linker>
 
29
                                        <Add directory="$(OGRE_HOME)/lib/opt/debug"/>
 
30
                                        <Add library="OgreMain_d"/>
 
31
                                </Linker>
 
32
                        </Target>
 
33
                        <Target title="Release">
 
34
                                <Option output="Release/ogre_sample.exe"/>
 
35
                                <Option working_dir="$(OGRE_HOME)/bin/Release"/>
 
36
                                <Option object_output="Release/.objs"/>
 
37
                                <Option deps_output=".deps"/>
 
38
                                <Option external_deps=""/>
 
39
                                <Option additional_depfiles=""/>
 
40
                                <Option type="1"/>
 
41
                                <Option compiler="1"/>
 
42
                                <Option includeInTargetAll="0"/>
 
43
                                <Option projectResourceIncludeDirsRelation="1"/>
 
44
                                <Compiler>
 
45
                                        <Add option="/Ox"/>
 
46
                                        <Add option="/DNDEBUG"/>
 
47
                                </Compiler>
 
48
                                <Linker>
 
49
                                        <Add directory="$(OGRE_HOME)/lib/opt/release"/>
 
50
                                        <Add library="OgreMain"/>
 
51
                                </Linker>
 
52
                        </Target>
 
53
                </Build>
 
54
                <Compiler>
 
55
                        <Add option="/GX"/>
 
56
                        <Add directory="$(OGRE_HOME)/include"/>
 
57
                        <Add directory="$(OGRE_HOME)/include/opt"/>
 
58
                        <Add directory="$(OGRE_HOME)/Samples/include"/>
 
59
                </Compiler>
 
60
                <Linker>
 
61
                        <Add library="user32"/>
 
62
                        <Add library="kernel32"/>
 
63
                        <Add library="gdi32"/>
 
64
                        <Add library="opengl32"/>
 
65
                        <Add directory="$(OGRE_HOME)/lib"/>
 
66
                </Linker>
 
67
        </Project>
 
68
</CodeBlocks_project_file>