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

« back to all changes in this revision

Viewing changes to src/templates/win32/wxwidgets.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="wxWidgets" title="wxWidgets Application" category="GUI" bitmap="wxwidgets.png">
 
5
                <FileSet name="s" title="No header file">
 
6
                        <File source="wx-main-s.cpp" destination="main.cpp"/>
 
7
                        <File source="wx_pch.h" destination="wx_pch.h"/>
 
8
                </FileSet>
 
9
                <FileSet name="sh" title="With header file">
 
10
                        <File source="wx-main-sh.cpp" destination="main.cpp"/>
 
11
                        <File source="wx-main-sh.h" destination="main.h"/>
 
12
                        <File source="wx_pch.h" destination="wx_pch.h"/>
 
13
                </FileSet>
 
14
                <FileSet name="ash" title="Use separate wxApp, wxFrame files">
 
15
                        <File source="wx-app-ash.cpp" destination="app.cpp"/>
 
16
                        <File source="wx-app-ash.h" destination="app.h"/>
 
17
                        <File source="wx-main-ash.cpp" destination="main.cpp"/>
 
18
                        <File source="wx-main-ash.h" destination="main.h"/>
 
19
                        <File source="wx_pch.h" destination="wx_pch.h"/>
 
20
                </FileSet>
 
21
                <Option name="Using wxWidgets DLL">
 
22
                        <Project file="wxwidgets.cbp"/>
 
23
                </Option>
 
24
                <Option name="Using UNICODE wxWidgets DLL">
 
25
                        <Project file="wxwidgets_u.cbp"/>
 
26
                </Option>
 
27
                <Option name="Using static wxWidgets library">
 
28
                        <Project file="wxwidgets_static.cbp"/>
 
29
                </Option>
 
30
                <Option name="Using UNICODE static wxWidgets library">
 
31
                        <Project file="wxwidgets_static_u.cbp"/>
 
32
                </Option>
 
33
        </Template>
 
34
</CodeBlocks_template_file>