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.

270 lines
11KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CodeLite_Project Name="CosMoS" InternalType="GUI">
  3. <Plugins>
  4. <Plugin Name="qmake">
  5. <![CDATA[00050001N0005Debug0000000000000001N0009Debug_WIN0000000000000001N0007Release0000000000000001N0011Release_WIN0000000000000001N0005cross000000000000]]>
  6. </Plugin>
  7. <Plugin Name="CMakePlugin">
  8. <![CDATA[[{
  9. "name": "Debug",
  10. "enabled": false,
  11. "buildDirectory": "build",
  12. "sourceDirectory": "$(ProjectPath)",
  13. "generator": "",
  14. "buildType": "",
  15. "arguments": [],
  16. "parentProject": ""
  17. }, {
  18. "name": "Release",
  19. "enabled": false,
  20. "buildDirectory": "build",
  21. "sourceDirectory": "$(ProjectPath)",
  22. "generator": "",
  23. "buildType": "",
  24. "arguments": [],
  25. "parentProject": ""
  26. }]]]>
  27. </Plugin>
  28. </Plugins>
  29. <Description/>
  30. <Dependencies/>
  31. <VirtualDirectory Name="tinyxml">
  32. <File Name="tinyxml2.h"/>
  33. <File Name="tinyxml2.cpp"/>
  34. </VirtualDirectory>
  35. <Dependencies Name="Debug"/>
  36. <Dependencies Name="Debug_WIN"/>
  37. <Dependencies Name="Release_WIN"/>
  38. <VirtualDirectory Name="Frame">
  39. <File Name="cosmosGUI.h"/>
  40. <File Name="cosmos.fbp"/>
  41. <File Name="cosmosGUI.cpp"/>
  42. <File Name="cosmos.cpp"/>
  43. <File Name="main.cpp"/>
  44. <File Name="cosmos.h"/>
  45. <VirtualDirectory Name="icons">
  46. <File Name="icons/correc.xpm"/>
  47. <File Name="icons/export.xpm"/>
  48. <File Name="icons/import.xpm"/>
  49. <File Name="icons/optionsgales.xpm"/>
  50. <File Name="icons/optionsrche.xpm"/>
  51. <File Name="icons/play.xpm"/>
  52. <File Name="cosmos.xpm"/>
  53. <File Name="cosmos.ico"/>
  54. </VirtualDirectory>
  55. <File Name="cosmos.rc"/>
  56. </VirtualDirectory>
  57. <VirtualDirectory Name="Dialogs">
  58. <VirtualDirectory Name="correc">
  59. <File Name="correc.cpp"/>
  60. <File Name="correc.fbp"/>
  61. <File Name="correc.h"/>
  62. <File Name="correcGUI.cpp"/>
  63. <File Name="correcGUI.h"/>
  64. </VirtualDirectory>
  65. <VirtualDirectory Name="options">
  66. <File Name="options.cpp"/>
  67. <File Name="options.fbp"/>
  68. <File Name="options.h"/>
  69. <File Name="optionsGUI.cpp"/>
  70. <File Name="optionsGUI.h"/>
  71. </VirtualDirectory>
  72. <VirtualDirectory Name="optionsRche">
  73. <File Name="optionsRche.cpp"/>
  74. <File Name="optionsRche.fbp"/>
  75. <File Name="optionsRche.h"/>
  76. <File Name="optionsRcheGUI.cpp"/>
  77. <File Name="optionsRcheGUI.h"/>
  78. </VirtualDirectory>
  79. <VirtualDirectory Name="resultats">
  80. <File Name="resultats.cpp"/>
  81. <File Name="resultats.fbp"/>
  82. <File Name="resultats.h"/>
  83. <File Name="resultatsGUI.cpp"/>
  84. <File Name="resultatsGUI.h"/>
  85. </VirtualDirectory>
  86. </VirtualDirectory>
  87. <VirtualDirectory Name="Objects">
  88. <File Name="bdd.h"/>
  89. <File Name="config.h"/>
  90. <File Name="misc.h"/>
  91. <File Name="recherche.h"/>
  92. <File Name="bdd.cpp"/>
  93. <File Name="config.cpp"/>
  94. <File Name="misc.cpp"/>
  95. <File Name="recherche.cpp"/>
  96. </VirtualDirectory>
  97. <Dependencies Name="Release"/>
  98. <Settings Type="Executable">
  99. <GlobalSettings>
  100. <Compiler Options="" C_Options="" Assembler="">
  101. <IncludePath Value="."/>
  102. </Compiler>
  103. <Linker Options="">
  104. <LibraryPath Value="."/>
  105. </Linker>
  106. <ResourceCompiler Options=""/>
  107. </GlobalSettings>
  108. <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  109. <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)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
  110. <Linker Options="$(shell wx-config-2.9 --debug=yes --libs --unicode=yes)" Required="yes">
  111. <Library Value="curl"/>
  112. <Library Value="sqlite3"/>
  113. </Linker>
  114. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  115. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  116. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  117. <![CDATA[]]>
  118. </Environment>
  119. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  120. <DebuggerSearchPaths/>
  121. <PostConnectCommands/>
  122. <StartupCommands/>
  123. </Debugger>
  124. <PreBuild/>
  125. <PostBuild/>
  126. <CustomBuild Enabled="no">
  127. <RebuildCommand/>
  128. <CleanCommand/>
  129. <BuildCommand/>
  130. <PreprocessFileCommand/>
  131. <SingleFileCommand/>
  132. <MakefileGenerationCommand/>
  133. <ThirdPartyToolName>None</ThirdPartyToolName>
  134. <WorkingDirectory/>
  135. </CustomBuild>
  136. <AdditionalRules>
  137. <CustomPostBuild/>
  138. <CustomPreBuild/>
  139. </AdditionalRules>
  140. <Completion EnableCpp11="no">
  141. <ClangCmpFlagsC/>
  142. <ClangCmpFlags/>
  143. <ClangPP/>
  144. <SearchPaths/>
  145. </Completion>
  146. </Configuration>
  147. <Configuration Name="Debug_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  148. <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)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
  149. <Preprocessor Value="CURL_STATICLIB"/>
  150. </Compiler>
  151. <Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes)" Required="yes">
  152. <Library Value="curl"/>
  153. <Library Value="sqlite3"/>
  154. </Linker>
  155. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
  156. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  157. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  158. <![CDATA[]]>
  159. </Environment>
  160. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  161. <DebuggerSearchPaths/>
  162. <PostConnectCommands/>
  163. <StartupCommands/>
  164. </Debugger>
  165. <PreBuild/>
  166. <PostBuild/>
  167. <CustomBuild Enabled="no">
  168. <RebuildCommand/>
  169. <CleanCommand/>
  170. <BuildCommand/>
  171. <PreprocessFileCommand/>
  172. <SingleFileCommand/>
  173. <MakefileGenerationCommand/>
  174. <ThirdPartyToolName>None</ThirdPartyToolName>
  175. <WorkingDirectory/>
  176. </CustomBuild>
  177. <AdditionalRules>
  178. <CustomPostBuild/>
  179. <CustomPreBuild/>
  180. </AdditionalRules>
  181. <Completion EnableCpp11="no">
  182. <ClangCmpFlagsC/>
  183. <ClangCmpFlags/>
  184. <ClangPP/>
  185. <SearchPaths/>
  186. </Completion>
  187. </Configuration>
  188. <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  189. <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)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
  190. <Linker Options="-s;$(shell wx-config-2.9 --debug=no --libs --unicode=yes)" Required="yes">
  191. <Library Value="curl"/>
  192. <Library Value="sqlite3"/>
  193. </Linker>
  194. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
  195. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  196. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  197. <![CDATA[]]>
  198. </Environment>
  199. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  200. <DebuggerSearchPaths/>
  201. <PostConnectCommands/>
  202. <StartupCommands/>
  203. </Debugger>
  204. <PreBuild/>
  205. <PostBuild/>
  206. <CustomBuild Enabled="no">
  207. <RebuildCommand/>
  208. <CleanCommand/>
  209. <BuildCommand/>
  210. <PreprocessFileCommand/>
  211. <SingleFileCommand/>
  212. <MakefileGenerationCommand/>
  213. <ThirdPartyToolName>None</ThirdPartyToolName>
  214. <WorkingDirectory/>
  215. </CustomBuild>
  216. <AdditionalRules>
  217. <CustomPostBuild/>
  218. <CustomPreBuild/>
  219. </AdditionalRules>
  220. <Completion EnableCpp11="no">
  221. <ClangCmpFlagsC/>
  222. <ClangCmpFlags/>
  223. <ClangPP/>
  224. <SearchPaths/>
  225. </Completion>
  226. </Configuration>
  227. <Configuration Name="Release_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  228. <Compiler Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
  229. <Preprocessor Value="CURL_STATICLIB"/>
  230. </Compiler>
  231. <Linker Options="-s;$(shell wx-config --debug=no --libs --unicode=yes)" Required="yes">
  232. <Library Value="curl"/>
  233. <Library Value="sqlite3"/>
  234. </Linker>
  235. <ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
  236. <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  237. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  238. <![CDATA[]]>
  239. </Environment>
  240. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
  241. <DebuggerSearchPaths/>
  242. <PostConnectCommands/>
  243. <StartupCommands/>
  244. </Debugger>
  245. <PreBuild/>
  246. <PostBuild/>
  247. <CustomBuild Enabled="no">
  248. <RebuildCommand/>
  249. <CleanCommand/>
  250. <BuildCommand/>
  251. <PreprocessFileCommand/>
  252. <SingleFileCommand/>
  253. <MakefileGenerationCommand/>
  254. <ThirdPartyToolName>None</ThirdPartyToolName>
  255. <WorkingDirectory/>
  256. </CustomBuild>
  257. <AdditionalRules>
  258. <CustomPostBuild/>
  259. <CustomPreBuild/>
  260. </AdditionalRules>
  261. <Completion EnableCpp11="no">
  262. <ClangCmpFlagsC/>
  263. <ClangCmpFlags/>
  264. <ClangPP/>
  265. <SearchPaths/>
  266. </Completion>
  267. </Configuration>
  268. </Settings>
  269. </CodeLite_Project>