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.

173 lines
7.3KB

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