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

« back to all changes in this revision

Viewing changes to src/templates/win32/glfw-static.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" encoding="UTF-8" standalone="yes" ?>
 
2
<CodeBlocks_project_file>
 
3
    <FileVersion major="1" minor="2" />
 
4
    <Project>
 
5
        <Option title="GLFW Application" />
 
6
        <Option pch_mode="0" />
 
7
        <Option compiler="0" />
 
8
        <Build>
 
9
            <Target title="default">
 
10
                <Option output="glfw.exe" />
 
11
                <Option type="0" />
 
12
                <Option compiler="0" />
 
13
                <Option includeInTargetAll="1" />
 
14
                <Option projectResourceIncludeDirsRelation="0" />
 
15
            </Target>
 
16
        </Build>
 
17
        <Compiler>
 
18
            <Add directory="$(#glfw.include)" />
 
19
        </Compiler>
 
20
        <Linker>
 
21
            <Add library="glfw" />
 
22
            <Add library="opengl32" />
 
23
            <Add library="glu32" />
 
24
            <Add library="user32" />
 
25
            <Add library="kernel32" />
 
26
            <Add library="gdi32" />
 
27
            <Add directory="$(#glfw.lib)" />
 
28
        </Linker>
 
29
    </Project>
 
30
</CodeBlocks_project_file>