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.

186 lines
8.6KB

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