~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/templates/common/glfw.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="glfw" title="GLFW Application" category="2D/3D Graphics" bitmap="glfw.png">
 
5
                <FileSet name="s" title="Default">
 
6
                        <File source="glfw-main.cpp" destination="main.cpp"/>
 
7
                </FileSet>
 
8
                <Option name="GLFW Application (static)">
 
9
                        <Project file="glfw-static.cbp"/>
 
10
                </Option>
 
11
        </Template>
 
12
</CodeBlocks_template_file>