~ubuntu-branches/ubuntu/oneiric/codeblocks/oneiric

« back to all changes in this revision

Viewing changes to src/templates/win32/SmartWin.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="SmartWin" title="SmartWin Application" category="GUI" bitmap="SmartWin.png">
 
5
                <Notice value="This template expects SmartWin to be located at C:\SmartWin.
 
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="SmartWin-main.cpp" destination="main.cpp"/>
 
13
                </FileSet>
 
14
                <Option name="SmartWin Application">
 
15
                        <Project file="SmartWin.cbp"/>
 
16
                </Option>
 
17
        </Template>
 
18
</CodeBlocks_template_file>