1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"Sqlite3">
3 <VirtualDirectory Name=
"Source Files">
4 <File Name=
"sqlite3.c"/>
6 <VirtualDirectory Name=
"Header Files"/>
7 <Settings Type=
"Static Library">
8 <Configuration Name=
"Debug" CompilerType=
"gnu gcc" DebuggerType=
"GNU gdb debugger">
9 <General OutputFile=
"../lib/libMySqlite3.a" IntermediateDirectory=
"./Debug" Command=
"" CommandArguments=
"" WorkingDirectory=
"$(IntermediateDirectory)"/>
10 <Compiler Required=
"yes" Options=
"-g">
11 <IncludePath Value=
"."/>
13 <Linker Required=
"yes" Options=
""/>
14 <ResourceCompiler Required=
"no" Options=
""/>
17 <CustomBuild Enabled=
"no">
22 <Configuration Name=
"Release" CompilerType=
"gnu gcc" DebuggerType=
"GNU gdb debugger">
23 <General OutputFile=
"$(IntermediateDirectory)/$(ProjectName).so" IntermediateDirectory=
"./Release" Command=
"" CommandArguments=
"" WorkingDirectory=
"$(IntermediateDirectory)"/>
24 <Compiler Required=
"yes" Options=
"">
25 <IncludePath Value=
"."/>
27 <Linker Required=
"yes" Options=
"-O2"/>
28 <ResourceCompiler Required=
"no" Options=
""/>
31 <CustomBuild Enabled=
"no">