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

« back to all changes in this revision

Viewing changes to src/templates/common/sdlapp.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
<CodeBlocks_template_file>
 
2
        <Template name="sdlapp" title="SDL Application" category="2D/3D Graphics" bitmap="sdl.png">
 
3
                <FileSet name="c++" title="Default">
 
4
                        <File source="sdl-main.cpp" destination="main.cpp"/>
 
5
                        <File source="sdl-cb.bmp" destination="cb.bmp"/>
 
6
                </FileSet>
 
7
                <Option name="SDL Application">
 
8
                        <Project file="sdlapp.cbp"/>
 
9
                </Option>
 
10
        </Template>
 
11
</CodeBlocks_template_file>