~ubuntu-branches/ubuntu/maverick/codelite/maverick

« back to all changes in this revision

Viewing changes to CodeCompletionsTests/CCTest/CCTest.project

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-29 19:42:47 UTC
  • mfrom: (1.1.9 upstream) (18.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100729194247-cuibfk03wog33nxq
Tags: 2.6.0.4189~dfsg-1
* New upstream release.
* Bump Standards.
* Refresh patches.
* Add license information about files under ./Debugger/

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<CodeLite_Project Name="CCTest">
 
3
  <Plugins>
 
4
    <Plugin Name="qmake">
 
5
      <![CDATA[00010001N0005Debug000000000000]]>
 
6
    </Plugin>
 
7
  </Plugins>
 
8
  <VirtualDirectory Name="src">
 
9
    <File Name="cctest.cpp"/>
 
10
  </VirtualDirectory>
 
11
  <VirtualDirectory Name="test_files">  $(PCHFile)
 
12
  
 
13
    
 
14
    
 
15
    
 
16
    
 
17
    <File Name="tests/test_wxarraystr.h"/>
 
18
    <File Name="tests/test_auto_ptr.h"/>
 
19
    <File Name="tests/test_shared_ptr.h"/>
 
20
    <File Name="tests/test_vector_std_string.h"/>
 
21
    <File Name="tests/test_cl_frame.h"/>
 
22
  </VirtualDirectory>
 
23
  <Dependencies/>
 
24
  <VirtualDirectory Name="TestFramework">
 
25
    <File Name="tester.h"/>
 
26
    <File Name="tester.cpp"/>
 
27
  </VirtualDirectory>
 
28
  <Dependencies Name="Debug_Unix">
 
29
    <Project Name="sqlite3"/>
 
30
  </Dependencies>
 
31
  <Settings Type="Executable">
 
32
    <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 
33
      <Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes )" Required="yes" PreCompiledHeader="">
 
34
        <IncludePath Value="$(CL_HOME)/CodeLite"/>
 
35
        <IncludePath Value="$(CL_HOME)/sdk/wxsqlite3/include"/>
 
36
        <Preprocessor Value="__WX__"/>
 
37
      </Compiler>
 
38
      <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes --static=no --universal=no );" Required="yes">
 
39
        <LibraryPath Value="$(CL_HOME)/lib/gcc_lib"/>
 
40
        <Library Value="libCodeLiteud.a"/>
 
41
        <Library Value="libwxsqlite3ud.a"/>
 
42
        <Library Value="libsqlite3.a"/>
 
43
      </Linker>
 
44
      <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
 
45
      <General OutputFile="$(IntermediateDirectory)/CCTest" IntermediateDirectory="./Debug" Command="./CCTest" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
 
46
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
 
47
        <PostConnectCommands/>
 
48
        <StartupCommands/>
 
49
      </Debugger>
 
50
      <PreBuild/>
 
51
      <PostBuild/>
 
52
      <CustomBuild Enabled="no">
 
53
        <RebuildCommand/>
 
54
        <CleanCommand/>
 
55
        <BuildCommand/>
 
56
        <PreprocessFileCommand/>
 
57
        <SingleFileCommand/>
 
58
        <MakefileGenerationCommand/>
 
59
        <ThirdPartyToolName>None</ThirdPartyToolName>
 
60
        <WorkingDirectory/>
 
61
      </CustomBuild>
 
62
      <AdditionalRules>
 
63
        <CustomPostBuild/>
 
64
        <CustomPreBuild/>
 
65
      </AdditionalRules>
 
66
    </Configuration>
 
67
    <Configuration Name="Debug_Unix" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 
68
      <Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes )" Required="yes" PreCompiledHeader="">
 
69
        <IncludePath Value="$(CL_HOME)/CodeLite"/>
 
70
        <IncludePath Value="$(CL_HOME)/sdk/wxsqlite3/include"/>
 
71
        <Preprocessor Value="__WX__"/>
 
72
      </Compiler>
 
73
      <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes --static=no --universal=no );" Required="yes">
 
74
        <LibraryPath Value="$(CL_HOME)/lib/"/>
 
75
        <Library Value="libcodeliteud.a"/>
 
76
        <Library Value="libwxsqlite3ud.a"/>
 
77
        <Library Value="libsqlite3.a"/>
 
78
      </Linker>
 
79
      <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
 
80
      <General OutputFile="$(IntermediateDirectory)/CCTest" IntermediateDirectory="./Debug" Command="./CCTest" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
 
81
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
 
82
        <PostConnectCommands/>
 
83
        <StartupCommands/>
 
84
      </Debugger>
 
85
      <PreBuild/>
 
86
      <PostBuild/>
 
87
      <CustomBuild Enabled="no">
 
88
        <RebuildCommand/>
 
89
        <CleanCommand/>
 
90
        <BuildCommand/>
 
91
        <PreprocessFileCommand/>
 
92
        <SingleFileCommand/>
 
93
        <MakefileGenerationCommand/>
 
94
        <ThirdPartyToolName>None</ThirdPartyToolName>
 
95
        <WorkingDirectory/>
 
96
      </CustomBuild>
 
97
      <AdditionalRules>
 
98
        <CustomPostBuild/>
 
99
        <CustomPreBuild/>
 
100
      </AdditionalRules>
 
101
    </Configuration>
 
102
    <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 
103
      <Compiler Options="-O2;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=no )" Required="yes" PreCompiledHeader="">
 
104
        <Preprocessor Value="__WX__;"/>
 
105
      </Compiler>
 
106
      <Linker Options="-s;$(shell wx-config --debug=no --libs --unicode=yes --static=no --universal=no );-mwindows" Required="yes"/>
 
107
      <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
 
108
      <General OutputFile="$(IntermediateDirectory)/CCTest" IntermediateDirectory="./Release" Command="./CCTest" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
 
109
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
 
110
        <PostConnectCommands/>
 
111
        <StartupCommands/>
 
112
      </Debugger>
 
113
      <PreBuild/>
 
114
      <PostBuild/>
 
115
      <CustomBuild Enabled="no">
 
116
        <RebuildCommand/>
 
117
        <CleanCommand/>
 
118
        <BuildCommand/>
 
119
        <PreprocessFileCommand/>
 
120
        <SingleFileCommand/>
 
121
        <MakefileGenerationCommand/>
 
122
        <ThirdPartyToolName/>
 
123
        <WorkingDirectory/>
 
124
      </CustomBuild>
 
125
      <AdditionalRules>
 
126
        <CustomPostBuild/>
 
127
        <CustomPreBuild/>
 
128
      </AdditionalRules>
 
129
    </Configuration>
 
130
    <Configuration Name="Release_Unix" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
 
131
      <Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=no )" Required="yes" PreCompiledHeader="">
 
132
        <IncludePath Value="$(CL_HOME)/CodeLite"/>
 
133
        <IncludePath Value="$(CL_HOME)/sdk/wxsqlite3/include"/>
 
134
        <Preprocessor Value="__WX__"/>
 
135
      </Compiler>
 
136
      <Linker Options="$(shell wx-config --debug=no --libs --unicode=yes --static=no --universal=no );" Required="yes">
 
137
        <LibraryPath Value="$(CL_HOME)/lib/"/>
 
138
        <Library Value="libcodeliteu.a"/>
 
139
        <Library Value="libwxsqlite3u.a"/>
 
140
        <Library Value="libsqlite3.a"/>
 
141
      </Linker>
 
142
      <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
 
143
      <General OutputFile="$(IntermediateDirectory)/CCTest" IntermediateDirectory="./Release" Command="./CCTest" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
 
144
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
 
145
        <PostConnectCommands/>
 
146
        <StartupCommands/>
 
147
      </Debugger>
 
148
      <PreBuild/>
 
149
      <PostBuild/>
 
150
      <CustomBuild Enabled="no">
 
151
        <RebuildCommand/>
 
152
        <CleanCommand/>
 
153
        <BuildCommand/>
 
154
        <PreprocessFileCommand/>
 
155
        <SingleFileCommand/>
 
156
        <MakefileGenerationCommand/>
 
157
        <ThirdPartyToolName>None</ThirdPartyToolName>
 
158
        <WorkingDirectory/>
 
159
      </CustomBuild>
 
160
      <AdditionalRules>
 
161
        <CustomPostBuild/>
 
162
        <CustomPreBuild/>
 
163
      </AdditionalRules>
 
164
    </Configuration>
 
165
    <GlobalSettings>
 
166
      <Compiler Options="">
 
167
        <IncludePath Value="."/>
 
168
      </Compiler>
 
169
      <Linker Options="">
 
170
        <LibraryPath Value="."/>
 
171
      </Linker>
 
172
      <ResourceCompiler Options=""/>
 
173
    </GlobalSettings>
 
174
  </Settings>
 
175
</CodeLite_Project>