~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

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

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

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="4" />
 
4
        <Project>
 
5
                <Option title="glut" />
 
6
                <Option pch_mode="0" />
 
7
                <Option compiler="gcc" />
 
8
                <Build>
 
9
                        <Target title="default">
 
10
                                <Option output="glut.exe" />
 
11
                                <Option type="0" />
 
12
                                <Option compiler="gcc" />
 
13
                                <Option includeInTargetAll="1" />
 
14
                        </Target>
 
15
                </Build>
 
16
                <Compiler>
 
17
                        <Add directory="$(#glut.include)" />
 
18
                </Compiler>
 
19
                <Linker>
 
20
                        <Add library="glut32" />
 
21
                        <Add library="glu32" />
 
22
                        <Add library="opengl32" />
 
23
                        <Add library="winmm" />
 
24
                        <Add library="gdi32" />
 
25
                        <Add library="user32" />
 
26
                        <Add library="kernel32" />
 
27
                        <Add directory="$(#glut.lib)" />
 
28
                </Linker>
 
29
                <Unit filename="main.cpp">
 
30
                        <Option compilerVar="CPP" />
 
31
                        <Option target="default" />
 
32
                </Unit>
 
33
        </Project>
 
34
</CodeBlocks_project_file>
 
 
b'\\ No newline at end of file'