~ubuntu-branches/ubuntu/oneiric/codelite/oneiric

« back to all changes in this revision

Viewing changes to Runtime/templates/projects/executable-wx-frame/executable-wx-frame.project

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-05-27 04:16:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090527041642-0yz67hytd4qnpzka
Tags: 1.0.2841+dfsg-0ubuntu1
* New upstream release (LP: #380732)
* debian/*.lintian-overrides:
  + Drop them, they're pointless anyway
* debian/control,
  debian/rules,
  debian/README.source:
  + Use DH 7.0.50, with override rules instead of CDBS
  + Bump quilt version to 0.46-7 for DH integration
  + Tidy up get-orig-source rule
* debian/patches/01_symlink.patch:
  + Dropped, applied upstream
* debian/patches/03_cstdio-include.patch:
  + Dropped, fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<CodeLite_Project Name="Executable (wxWidgets + wxFB frame)" InternalType="GUI">
 
3
  <Settings Type="Executable">
 
4
    <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 
5
      <Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Required="yes">
 
6
        <Preprocessor Value="__WX__"/>
 
7
      </Compiler>
 
8
      <Linker Options="-O2;$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes"/>
 
9
      <ResourceCompiler Options="" Required="yes"/>
 
10
      <General OutputFile="$(IntermediateDirectory)/wxAppMini" IntermediateDirectory="./Debug" Command="./wxAppMini" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
 
11
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
 
12
        <PostConnectCommands/>
 
13
        <StartupCommands/>
 
14
      </Debugger>
 
15
      <PreBuild/>
 
16
      <PostBuild/>
 
17
      <CustomBuild Enabled="no">
 
18
        <CleanCommand/>
 
19
        <BuildCommand/>
 
20
        <PreprocessFileCommand/>
 
21
        <SingleFileCommand/>
 
22
        <MakefileGenerationCommand/>
 
23
        <ThirdPartyToolName>None</ThirdPartyToolName>
 
24
        <WorkingDirectory/>
 
25
      </CustomBuild>
 
26
      <AdditionalRules>
 
27
        <CustomPostBuild/>
 
28
        <CustomPreBuild/>
 
29
      </AdditionalRules>
 
30
    </Configuration>
 
31
    <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 
32
      <Compiler Options=";$(shell wx-config --cxxflags --unicode=yes --debug=no)" Required="yes">
 
33
        <Preprocessor Value="__WX__"/>
 
34
      </Compiler>
 
35
      <Linker Options="-O2;$(shell wx-config --debug=no --libs --unicode=yes);" Required="yes"/>
 
36
      <ResourceCompiler Options="" Required="yes"/>
 
37
      <General OutputFile="$(IntermediateDirectory)/wxAppMini" IntermediateDirectory="./Release" Command="./wxAppMini" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
 
38
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
 
39
        <PostConnectCommands/>
 
40
        <StartupCommands/>
 
41
      </Debugger>
 
42
      <PreBuild/>
 
43
      <PostBuild/>
 
44
      <CustomBuild Enabled="no">
 
45
        <CleanCommand/>
 
46
        <BuildCommand/>
 
47
        <PreprocessFileCommand/>
 
48
        <SingleFileCommand/>
 
49
        <MakefileGenerationCommand/>
 
50
        <ThirdPartyToolName>None</ThirdPartyToolName>
 
51
        <WorkingDirectory/>
 
52
      </CustomBuild>
 
53
      <AdditionalRules>
 
54
        <CustomPostBuild/>
 
55
        <CustomPreBuild/>
 
56
      </AdditionalRules>
 
57
    </Configuration>
 
58
    <GlobalSettings>
 
59
      <Compiler Options="">
 
60
        <IncludePath Value="."/>
 
61
      </Compiler>
 
62
      <Linker Options="">
 
63
        <LibraryPath Value="."/>
 
64
      </Linker>
 
65
      <ResourceCompiler Options=""/>
 
66
    </GlobalSettings>
 
67
  </Settings>
 
68
  <Description>A project that produces simple frame-based GUI application with wxFormBuilder support.
 
69
The settings of this project already includes the paths required by wxWidgets generated using the wx-config tool.
 
70
Note that this project is set to work with the GNU toolchain (gdb, g++)</Description>
 
71
  <Dependencies/>
 
72
  <VirtualDirectory Name="src">
 
73
    <File Name="gui.cpp"/>
 
74
    <File Name="main.cpp"/>
 
75
  </VirtualDirectory>
 
76
  <VirtualDirectory Name="include">
 
77
    <File Name="gui.h"/>
 
78
    <File Name="main.h"/>
 
79
  </VirtualDirectory>
 
80
  <VirtualDirectory Name="resources">
 
81
    <File Name="gui.fbp"/>
 
82
  </VirtualDirectory>
 
83
</CodeLite_Project>