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

« back to all changes in this revision

Viewing changes to src/templates/unix/irrlicht.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="Irrlicht" title="Irrlicht Project" category="2D/3D Graphics" bitmap="irrlicht.png">
 
5
                <Notice value="This template expects Irrlicht to be located at /opt/irrlicht.
 
6
                                                If this is not the case, you will have to update the relevant 
 
7
                                                custom variable accordingly.
 
8
                                                
 
9
                                                To do this, click on &quot;Project->Build options->Custom variables&quot;"
 
10
                                isWarning="1"/>
 
11
                <FileSet name="s" title="Default">
 
12
                        <File source="irr_main.cpp" destination="main.cpp"/>
 
13
                </FileSet>
 
14
                <Option name="Default">
 
15
                        <Project file="irr_linux.cbp"/>
 
16
                </Option>
 
17
        </Template>
 
18
</CodeBlocks_template_file>