~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

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

  • 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"?>
 
2
<!DOCTYPE CodeBlocks_template_file>
 
3
<CodeBlocks_template_file>
 
4
                <Template name="OpenGLGLUT" title="OpenGL GLUT Application" category="2D/3D Graphics" bitmap="glut.png">
 
5
                <Notice value="This template expects the global variable &quot;glut&quot; to point
 
6
                               to the appropriate GLUT SDK.
 
7
                   This is the GLUT SDK e.g. as obtained from a DevPack.
 
8
 
 
9
                   You will be asked to setup the variable accordingly. If this is
 
10
                   not the case, verify &quot;Settings->Global variables&quot;"
 
11
                                isWarning="1"/>
 
12
                <FileSet name="s" title="Default">
 
13
                        <File source="glut-main.cpp" destination="main.cpp"/>
 
14
                </FileSet>
 
15
                <Option name="OpenGL GLUT Application">
 
16
                        <Project file="glut.cbp"/>
 
17
                </Option>
 
18
        </Template>
 
19
</CodeBlocks_template_file>