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.

203 lines
9.1KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CodeLite_Project Name="CosMoS" 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="main.cpp"/>
  12. <File Name="bdd.cpp"/>
  13. <File Name="cosmos.cpp"/>
  14. <File Name="cosmosGUI.cpp"/>
  15. <VirtualDirectory Name="options">
  16. <File Name="config.cpp"/>
  17. <File Name="options.cpp"/>
  18. <File Name="optionsGUI.cpp"/>
  19. </VirtualDirectory>
  20. </VirtualDirectory>
  21. <VirtualDirectory Name="include">
  22. <File Name="bdd.h"/>
  23. <File Name="cosmos.h"/>
  24. <File Name="cosmosGUI.h"/>
  25. <VirtualDirectory Name="options">
  26. <File Name="config.h"/>
  27. <File Name="options.h"/>
  28. <File Name="optionsGUI.h"/>
  29. </VirtualDirectory>
  30. </VirtualDirectory>
  31. <VirtualDirectory Name="resources">
  32. <File Name="cosmos.fbp"/>
  33. <File Name="options.fbp"/>
  34. </VirtualDirectory>
  35. <VirtualDirectory Name="tinyxml">
  36. <File Name="tinyxml2.h"/>
  37. <File Name="tinyxml2.cpp"/>
  38. </VirtualDirectory>
  39. <Settings Type="Executable">
  40. <GlobalSettings>
  41. <Compiler Options="" C_Options="">
  42. <IncludePath Value="."/>
  43. </Compiler>
  44. <Linker Options="">
  45. <LibraryPath Value="."/>
  46. </Linker>
  47. <ResourceCompiler Options=""/>
  48. </GlobalSettings>
  49. <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  50. <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=""/>
  51. <Linker Options="$(shell wx-config-2.9 --debug=yes --libs --unicode=yes)" Required="yes">
  52. <Library Value="curl"/>
  53. <Library Value="sqlite3"/>
  54. </Linker>
  55. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  56. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  57. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  58. <![CDATA[]]>
  59. </Environment>
  60. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  61. <PostConnectCommands/>
  62. <StartupCommands/>
  63. </Debugger>
  64. <PreBuild/>
  65. <PostBuild/>
  66. <CustomBuild Enabled="no">
  67. <RebuildCommand/>
  68. <CleanCommand/>
  69. <BuildCommand/>
  70. <PreprocessFileCommand/>
  71. <SingleFileCommand/>
  72. <MakefileGenerationCommand/>
  73. <ThirdPartyToolName>None</ThirdPartyToolName>
  74. <WorkingDirectory/>
  75. </CustomBuild>
  76. <AdditionalRules>
  77. <CustomPostBuild/>
  78. <CustomPreBuild/>
  79. </AdditionalRules>
  80. <Completion EnableCpp11="no">
  81. <ClangCmpFlags/>
  82. <ClangPP/>
  83. <SearchPaths/>
  84. </Completion>
  85. </Configuration>
  86. <Configuration Name="Debug_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  87. <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="">
  88. <Preprocessor Value="CURL_STATICLIB"/>
  89. </Compiler>
  90. <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes)" Required="yes">
  91. <Library Value="curl"/>
  92. <Library Value="sqlite3"/>
  93. </Linker>
  94. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  95. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  96. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  97. <![CDATA[]]>
  98. </Environment>
  99. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  100. <PostConnectCommands/>
  101. <StartupCommands/>
  102. </Debugger>
  103. <PreBuild/>
  104. <PostBuild/>
  105. <CustomBuild Enabled="no">
  106. <RebuildCommand/>
  107. <CleanCommand/>
  108. <BuildCommand/>
  109. <PreprocessFileCommand/>
  110. <SingleFileCommand/>
  111. <MakefileGenerationCommand/>
  112. <ThirdPartyToolName>None</ThirdPartyToolName>
  113. <WorkingDirectory/>
  114. </CustomBuild>
  115. <AdditionalRules>
  116. <CustomPostBuild/>
  117. <CustomPreBuild/>
  118. </AdditionalRules>
  119. <Completion EnableCpp11="no">
  120. <ClangCmpFlags/>
  121. <ClangPP/>
  122. <SearchPaths/>
  123. </Completion>
  124. </Configuration>
  125. <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  126. <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=""/>
  127. <Linker Options="-s;$(shell wx-config-2.9 --debug=no --libs --unicode=yes)" Required="yes">
  128. <Library Value="curl"/>
  129. <Library Value="sqlite3"/>
  130. </Linker>
  131. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  132. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  133. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  134. <![CDATA[]]>
  135. </Environment>
  136. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  137. <PostConnectCommands/>
  138. <StartupCommands/>
  139. </Debugger>
  140. <PreBuild/>
  141. <PostBuild/>
  142. <CustomBuild Enabled="no">
  143. <RebuildCommand/>
  144. <CleanCommand/>
  145. <BuildCommand/>
  146. <PreprocessFileCommand/>
  147. <SingleFileCommand/>
  148. <MakefileGenerationCommand/>
  149. <ThirdPartyToolName>None</ThirdPartyToolName>
  150. <WorkingDirectory/>
  151. </CustomBuild>
  152. <AdditionalRules>
  153. <CustomPostBuild/>
  154. <CustomPreBuild/>
  155. </AdditionalRules>
  156. <Completion EnableCpp11="no">
  157. <ClangCmpFlags/>
  158. <ClangPP/>
  159. <SearchPaths/>
  160. </Completion>
  161. </Configuration>
  162. <Configuration Name="Release_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  163. <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="">
  164. <Preprocessor Value="CURL_STATICLIB"/>
  165. </Compiler>
  166. <Linker Options="-s;$(shell wx-config --debug=no --libs --unicode=yes)" Required="yes">
  167. <Library Value="curl"/>
  168. <Library Value="sqlite3"/>
  169. </Linker>
  170. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  171. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
  172. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  173. <![CDATA[]]>
  174. </Environment>
  175. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  176. <PostConnectCommands/>
  177. <StartupCommands/>
  178. </Debugger>
  179. <PreBuild/>
  180. <PostBuild/>
  181. <CustomBuild Enabled="no">
  182. <RebuildCommand/>
  183. <CleanCommand/>
  184. <BuildCommand/>
  185. <PreprocessFileCommand/>
  186. <SingleFileCommand/>
  187. <MakefileGenerationCommand/>
  188. <ThirdPartyToolName>None</ThirdPartyToolName>
  189. <WorkingDirectory/>
  190. </CustomBuild>
  191. <AdditionalRules>
  192. <CustomPostBuild/>
  193. <CustomPreBuild/>
  194. </AdditionalRules>
  195. <Completion EnableCpp11="no">
  196. <ClangCmpFlags/>
  197. <ClangPP/>
  198. <SearchPaths/>
  199. </Completion>
  200. </Configuration>
  201. </Settings>
  202. </CodeLite_Project>