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

« back to all changes in this revision

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

  • 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_template_file>
 
3
<CodeBlocks_template_file>
 
4
                <Template name="OpenGL" title="OpenGL Application" category="2D/3D Graphics" bitmap="opengl.png">
 
5
                <FileSet name="s" title="Default">
 
6
                        <File source="opengl-main.cpp" destination="main.cpp"/>
 
7
                </FileSet>
 
8
                <Option name="OpenGL Application">
 
9
                        <Project file="opengl.cbp"/>
 
10
                </Option>
 
11
        </Template>
 
12
</CodeBlocks_template_file>