You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

162 lines
7.9KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CodeLite_Project Name="grid" InternalType="GUI">
  3. <Plugins>
  4. <Plugin Name="qmake">
  5. <![CDATA[00040001N0005Debug0000000000000001N0009Debug_WIN0000000000000001N0007Release0000000000000001N0011Release_WIN000000000000]]>
  6. </Plugin>
  7. </Plugins>
  8. <Description/>
  9. <Dependencies/>
  10. <VirtualDirectory Name="src">
  11. <File Name="griddemo.cpp"/>
  12. <File Name="griddemo.h"/>
  13. </VirtualDirectory>
  14. <Settings Type="Executable">
  15. <GlobalSettings>
  16. <Compiler Options="" C_Options="">
  17. <IncludePath Value="."/>
  18. </Compiler>
  19. <Linker Options="">
  20. <LibraryPath Value="."/>
  21. </Linker>
  22. <ResourceCompiler Options=""/>
  23. </GlobalSettings>
  24. <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  25. <Compiler Options="-g;-O0;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=yes)" C_Options="-g;-O0;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=yes)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
  26. <Linker Options="$(shell wx-config-2.9 --debug=yes --libs --unicode=yes)" Required="yes"/>
  27. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  28. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  29. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  30. <![CDATA[]]>
  31. </Environment>
  32. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  33. <PostConnectCommands/>
  34. <StartupCommands/>
  35. </Debugger>
  36. <PreBuild/>
  37. <PostBuild/>
  38. <CustomBuild Enabled="no">
  39. <RebuildCommand/>
  40. <CleanCommand/>
  41. <BuildCommand/>
  42. <PreprocessFileCommand/>
  43. <SingleFileCommand/>
  44. <MakefileGenerationCommand/>
  45. <ThirdPartyToolName>None</ThirdPartyToolName>
  46. <WorkingDirectory/>
  47. </CustomBuild>
  48. <AdditionalRules>
  49. <CustomPostBuild/>
  50. <CustomPreBuild/>
  51. </AdditionalRules>
  52. <Completion EnableCpp11="no">
  53. <ClangCmpFlags/>
  54. <ClangPP/>
  55. <SearchPaths/>
  56. </Completion>
  57. </Configuration>
  58. <Configuration Name="Debug_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  59. <Compiler Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
  60. <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes)" Required="yes"/>
  61. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  62. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  63. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  64. <![CDATA[]]>
  65. </Environment>
  66. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  67. <PostConnectCommands/>
  68. <StartupCommands/>
  69. </Debugger>
  70. <PreBuild/>
  71. <PostBuild/>
  72. <CustomBuild Enabled="no">
  73. <RebuildCommand/>
  74. <CleanCommand/>
  75. <BuildCommand/>
  76. <PreprocessFileCommand/>
  77. <SingleFileCommand/>
  78. <MakefileGenerationCommand/>
  79. <ThirdPartyToolName>None</ThirdPartyToolName>
  80. <WorkingDirectory/>
  81. </CustomBuild>
  82. <AdditionalRules>
  83. <CustomPostBuild/>
  84. <CustomPreBuild/>
  85. </AdditionalRules>
  86. <Completion EnableCpp11="no">
  87. <ClangCmpFlags/>
  88. <ClangPP/>
  89. <SearchPaths/>
  90. </Completion>
  91. </Configuration>
  92. <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  93. <Compiler Options="-O2;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=no)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
  94. <Linker Options="-s;$(shell wx-config-2.9 --debug=no --libs --unicode=yes)" Required="yes"/>
  95. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  96. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  97. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  98. <![CDATA[]]>
  99. </Environment>
  100. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  101. <PostConnectCommands/>
  102. <StartupCommands/>
  103. </Debugger>
  104. <PreBuild/>
  105. <PostBuild/>
  106. <CustomBuild Enabled="no">
  107. <RebuildCommand/>
  108. <CleanCommand/>
  109. <BuildCommand/>
  110. <PreprocessFileCommand/>
  111. <SingleFileCommand/>
  112. <MakefileGenerationCommand/>
  113. <ThirdPartyToolName>None</ThirdPartyToolName>
  114. <WorkingDirectory/>
  115. </CustomBuild>
  116. <AdditionalRules>
  117. <CustomPostBuild/>
  118. <CustomPreBuild/>
  119. </AdditionalRules>
  120. <Completion EnableCpp11="no">
  121. <ClangCmpFlags/>
  122. <ClangPP/>
  123. <SearchPaths/>
  124. </Completion>
  125. </Configuration>
  126. <Configuration Name="Release_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  127. <Compiler Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
  128. <Linker Options="-s;$(shell wx-config --debug=no --libs --unicode=yes)" Required="yes"/>
  129. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  130. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  131. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  132. <![CDATA[]]>
  133. </Environment>
  134. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  135. <PostConnectCommands/>
  136. <StartupCommands/>
  137. </Debugger>
  138. <PreBuild/>
  139. <PostBuild/>
  140. <CustomBuild Enabled="no">
  141. <RebuildCommand/>
  142. <CleanCommand/>
  143. <BuildCommand/>
  144. <PreprocessFileCommand/>
  145. <SingleFileCommand/>
  146. <MakefileGenerationCommand/>
  147. <ThirdPartyToolName>None</ThirdPartyToolName>
  148. <WorkingDirectory/>
  149. </CustomBuild>
  150. <AdditionalRules>
  151. <CustomPostBuild/>
  152. <CustomPreBuild/>
  153. </AdditionalRules>
  154. <Completion EnableCpp11="no">
  155. <ClangCmpFlags/>
  156. <ClangPP/>
  157. <SearchPaths/>
  158. </Completion>
  159. </Configuration>
  160. </Settings>
  161. </CodeLite_Project>