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

« back to all changes in this revision

Viewing changes to sdk/codelite_indexer/codelite_indexer.project

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-29 19:42:47 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100729194247-hqgxamd2yl8f1l7x
* 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:
121
121
  <Dependencies Name="Debug_Unix"/>
122
122
  <Dependencies Name="Release_Unix"/>
123
123
  <Dependencies Name="Debug_Win"/>
 
124
  <Dependencies Name="Release_Win"/>
124
125
  <Settings Type="Executable">
125
126
    <Configuration Name="Debug_Unix" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
126
127
      <Compiler Options="-g" Required="yes" PreCompiledHeader="">
153
154
      </AdditionalRules>
154
155
    </Configuration>
155
156
    <Configuration Name="Debug_Win" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
156
 
      <Compiler Options="-g;-Wall" Required="yes" PreCompiledHeader="">
 
157
      <Compiler Options="-g;-Wall;$(shell wx-config --cflags --debug=yes)" Required="yes" PreCompiledHeader="">
157
158
        <IncludePath Value="."/>
158
159
        <IncludePath Value="libctags/"/>
159
160
        <Preprocessor Value="__WXMSW__"/>
160
161
        <Preprocessor Value="__DEBUG"/>
161
162
      </Compiler>
162
 
      <Linker Options="" Required="yes"/>
 
163
      <Linker Options="$(shell wx-config --libs --debug=yes)" Required="yes"/>
163
164
      <ResourceCompiler Options="" Required="no"/>
164
165
      <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="eran" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
165
166
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
216
217
      </AdditionalRules>
217
218
    </Configuration>
218
219
    <Configuration Name="Release_Win" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
219
 
      <Compiler Options="-O2;-Wall;-s" Required="yes" PreCompiledHeader="">
 
220
      <Compiler Options="-O2;-Wall;-s;$(shell wx-config --cflags --unicode)" Required="yes" PreCompiledHeader="">
220
221
        <IncludePath Value="."/>
221
222
        <IncludePath Value="libctags/"/>
222
223
        <Preprocessor Value="__WXMSW__"/>
223
224
      </Compiler>
224
 
      <Linker Options="-O2;-s" Required="yes"/>
 
225
      <Linker Options="-O2;-s;$(shell wx-config --libs --unicode)" Required="yes"/>
225
226
      <ResourceCompiler Options="" Required="no"/>
226
227
      <General OutputFile="./Release/codelite_indexer" IntermediateDirectory="./Release" Command="C:\Development\C++\codelite\CL_trunk\sdk\codelite_indexer\Release\$(ProjectName)" CommandArguments="--batch C:/Development/C++/linux-source-2.6.31/cscope_file.list" WorkingDirectory="C:/Development/C++/linux-source-2.6.31/" PauseExecWhenProcTerminates="yes"/>
227
228
      <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
257
258
      <ResourceCompiler Options=""/>
258
259
    </GlobalSettings>
259
260
  </Settings>
260
 
  <Dependencies Name="Release_Win"/>
261
261
</CodeLite_Project>