Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 4 | Version="9,00" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 5 | Name="_sqlite3" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 6 | ProjectGUID="{13CECB97-4119-4316-9D42-8534019A5A44}" |
| 7 | RootNamespace="_sqlite3" |
| 8 | Keyword="Win32Proj" |
| 9 | TargetFrameworkVersion="196613" |
| 10 | > |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 11 | <Platforms> |
| 12 | <Platform |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 13 | Name="Win32" |
| 14 | /> |
| 15 | <Platform |
| 16 | Name="x64" |
| 17 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 18 | </Platforms> |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 19 | <ToolFiles> |
| 20 | </ToolFiles> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 21 | <Configurations> |
| 22 | <Configuration |
| 23 | Name="Debug|Win32" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 24 | ConfigurationType="2" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 25 | InheritedPropertySheets=".\pyd_d.vsprops" |
| 26 | CharacterSet="0" |
| 27 | > |
| 28 | <Tool |
| 29 | Name="VCPreBuildEventTool" |
| 30 | /> |
| 31 | <Tool |
| 32 | Name="VCCustomBuildTool" |
| 33 | /> |
| 34 | <Tool |
| 35 | Name="VCXMLDataGeneratorTool" |
| 36 | /> |
| 37 | <Tool |
| 38 | Name="VCWebServiceProxyGeneratorTool" |
| 39 | /> |
| 40 | <Tool |
| 41 | Name="VCMIDLTool" |
| 42 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 43 | <Tool |
| 44 | Name="VCCLCompilerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 45 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 46 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 47 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 48 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 49 | Name="VCManagedResourceCompilerTool" |
| 50 | /> |
| 51 | <Tool |
| 52 | Name="VCResourceCompilerTool" |
| 53 | /> |
| 54 | <Tool |
| 55 | Name="VCPreLinkEventTool" |
| 56 | Description="Build sqlite3 libs and dll" |
| 57 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 58 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 59 | <Tool |
| 60 | Name="VCLinkerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 61 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 62 | BaseAddress="0x1e180000" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 63 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 64 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 65 | Name="VCALinkTool" |
| 66 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 67 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 68 | Name="VCManifestTool" |
| 69 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 70 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 71 | Name="VCXDCMakeTool" |
| 72 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 73 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 74 | Name="VCBscMakeTool" |
| 75 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 76 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 77 | Name="VCFxCopTool" |
| 78 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 79 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 80 | Name="VCAppVerifierTool" |
| 81 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 82 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 83 | Name="VCPostBuildEventTool" |
| 84 | /> |
| 85 | </Configuration> |
| 86 | <Configuration |
| 87 | Name="Debug|x64" |
| 88 | ConfigurationType="2" |
| 89 | InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" |
| 90 | CharacterSet="0" |
| 91 | > |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 92 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 93 | Name="VCPreBuildEventTool" |
| 94 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 95 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 96 | Name="VCCustomBuildTool" |
| 97 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 98 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 99 | Name="VCXMLDataGeneratorTool" |
| 100 | /> |
| 101 | <Tool |
| 102 | Name="VCWebServiceProxyGeneratorTool" |
| 103 | /> |
| 104 | <Tool |
| 105 | Name="VCMIDLTool" |
| 106 | TargetEnvironment="3" |
| 107 | /> |
| 108 | <Tool |
| 109 | Name="VCCLCompilerTool" |
| 110 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 111 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 112 | /> |
| 113 | <Tool |
| 114 | Name="VCManagedResourceCompilerTool" |
| 115 | /> |
| 116 | <Tool |
| 117 | Name="VCResourceCompilerTool" |
| 118 | /> |
| 119 | <Tool |
| 120 | Name="VCPreLinkEventTool" |
| 121 | Description="Build sqlite3 libs and dll" |
| 122 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 123 | /> |
| 124 | <Tool |
| 125 | Name="VCLinkerTool" |
| 126 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
| 127 | BaseAddress="0x1e180000" |
| 128 | /> |
| 129 | <Tool |
| 130 | Name="VCALinkTool" |
| 131 | /> |
| 132 | <Tool |
| 133 | Name="VCManifestTool" |
| 134 | /> |
| 135 | <Tool |
| 136 | Name="VCXDCMakeTool" |
| 137 | /> |
| 138 | <Tool |
| 139 | Name="VCBscMakeTool" |
| 140 | /> |
| 141 | <Tool |
| 142 | Name="VCFxCopTool" |
| 143 | /> |
| 144 | <Tool |
| 145 | Name="VCAppVerifierTool" |
| 146 | /> |
| 147 | <Tool |
| 148 | Name="VCPostBuildEventTool" |
| 149 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 150 | </Configuration> |
| 151 | <Configuration |
| 152 | Name="Release|Win32" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 153 | ConfigurationType="2" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 154 | InheritedPropertySheets=".\pyd.vsprops" |
| 155 | CharacterSet="0" |
| 156 | WholeProgramOptimization="1" |
| 157 | > |
| 158 | <Tool |
| 159 | Name="VCPreBuildEventTool" |
| 160 | /> |
| 161 | <Tool |
| 162 | Name="VCCustomBuildTool" |
| 163 | /> |
| 164 | <Tool |
| 165 | Name="VCXMLDataGeneratorTool" |
| 166 | /> |
| 167 | <Tool |
| 168 | Name="VCWebServiceProxyGeneratorTool" |
| 169 | /> |
| 170 | <Tool |
| 171 | Name="VCMIDLTool" |
| 172 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 173 | <Tool |
| 174 | Name="VCCLCompilerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 175 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 176 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 177 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 178 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 179 | Name="VCManagedResourceCompilerTool" |
| 180 | /> |
| 181 | <Tool |
| 182 | Name="VCResourceCompilerTool" |
| 183 | /> |
| 184 | <Tool |
| 185 | Name="VCPreLinkEventTool" |
| 186 | Description="Build sqlite3 libs and dll" |
| 187 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 188 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 189 | <Tool |
| 190 | Name="VCLinkerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 191 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 192 | BaseAddress="0x1e180000" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 193 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 194 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 195 | Name="VCALinkTool" |
| 196 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 197 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 198 | Name="VCManifestTool" |
| 199 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 200 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 201 | Name="VCXDCMakeTool" |
| 202 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 203 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 204 | Name="VCBscMakeTool" |
| 205 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 206 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 207 | Name="VCFxCopTool" |
| 208 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 209 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 210 | Name="VCAppVerifierTool" |
| 211 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 212 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 213 | Name="VCPostBuildEventTool" |
| 214 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 215 | </Configuration> |
| 216 | <Configuration |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 217 | Name="Release|x64" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 218 | ConfigurationType="2" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 219 | InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops" |
| 220 | CharacterSet="0" |
| 221 | WholeProgramOptimization="1" |
| 222 | > |
| 223 | <Tool |
| 224 | Name="VCPreBuildEventTool" |
| 225 | /> |
| 226 | <Tool |
| 227 | Name="VCCustomBuildTool" |
| 228 | /> |
| 229 | <Tool |
| 230 | Name="VCXMLDataGeneratorTool" |
| 231 | /> |
| 232 | <Tool |
| 233 | Name="VCWebServiceProxyGeneratorTool" |
| 234 | /> |
| 235 | <Tool |
| 236 | Name="VCMIDLTool" |
| 237 | TargetEnvironment="3" |
| 238 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 239 | <Tool |
| 240 | Name="VCCLCompilerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 241 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 242 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 243 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 244 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 245 | Name="VCManagedResourceCompilerTool" |
| 246 | /> |
| 247 | <Tool |
| 248 | Name="VCResourceCompilerTool" |
| 249 | /> |
| 250 | <Tool |
| 251 | Name="VCPreLinkEventTool" |
| 252 | Description="Build sqlite3 libs and dll" |
| 253 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 254 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 255 | <Tool |
| 256 | Name="VCLinkerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 257 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 258 | BaseAddress="0x1e180000" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 259 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 260 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 261 | Name="VCALinkTool" |
| 262 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 263 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 264 | Name="VCManifestTool" |
| 265 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 266 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 267 | Name="VCXDCMakeTool" |
| 268 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 269 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 270 | Name="VCBscMakeTool" |
| 271 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 272 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 273 | Name="VCFxCopTool" |
| 274 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 275 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 276 | Name="VCAppVerifierTool" |
| 277 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 278 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 279 | Name="VCPostBuildEventTool" |
| 280 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 281 | </Configuration> |
| 282 | <Configuration |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 283 | Name="PGInstrument|Win32" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 284 | ConfigurationType="2" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 285 | InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops" |
| 286 | CharacterSet="0" |
| 287 | WholeProgramOptimization="1" |
| 288 | > |
| 289 | <Tool |
| 290 | Name="VCPreBuildEventTool" |
| 291 | /> |
| 292 | <Tool |
| 293 | Name="VCCustomBuildTool" |
| 294 | /> |
| 295 | <Tool |
| 296 | Name="VCXMLDataGeneratorTool" |
| 297 | /> |
| 298 | <Tool |
| 299 | Name="VCWebServiceProxyGeneratorTool" |
| 300 | /> |
| 301 | <Tool |
| 302 | Name="VCMIDLTool" |
| 303 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 304 | <Tool |
| 305 | Name="VCCLCompilerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 306 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 307 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 308 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 309 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 310 | Name="VCManagedResourceCompilerTool" |
| 311 | /> |
| 312 | <Tool |
| 313 | Name="VCResourceCompilerTool" |
| 314 | /> |
| 315 | <Tool |
| 316 | Name="VCPreLinkEventTool" |
| 317 | Description="Build sqlite3 libs and dll" |
| 318 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 319 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 320 | <Tool |
| 321 | Name="VCLinkerTool" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 322 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 323 | BaseAddress="0x1e180000" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 324 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 325 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 326 | Name="VCALinkTool" |
| 327 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 328 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 329 | Name="VCManifestTool" |
| 330 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 331 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 332 | Name="VCXDCMakeTool" |
| 333 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 334 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 335 | Name="VCBscMakeTool" |
| 336 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 337 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 338 | Name="VCFxCopTool" |
| 339 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 340 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 341 | Name="VCAppVerifierTool" |
| 342 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 343 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 344 | Name="VCPostBuildEventTool" |
| 345 | /> |
| 346 | </Configuration> |
| 347 | <Configuration |
| 348 | Name="PGInstrument|x64" |
| 349 | ConfigurationType="2" |
| 350 | InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops" |
| 351 | CharacterSet="0" |
| 352 | WholeProgramOptimization="1" |
| 353 | > |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 354 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 355 | Name="VCPreBuildEventTool" |
| 356 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 357 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 358 | Name="VCCustomBuildTool" |
| 359 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 360 | <Tool |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 361 | Name="VCXMLDataGeneratorTool" |
| 362 | /> |
| 363 | <Tool |
| 364 | Name="VCWebServiceProxyGeneratorTool" |
| 365 | /> |
| 366 | <Tool |
| 367 | Name="VCMIDLTool" |
| 368 | TargetEnvironment="3" |
| 369 | /> |
| 370 | <Tool |
| 371 | Name="VCCLCompilerTool" |
| 372 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 373 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 374 | /> |
| 375 | <Tool |
| 376 | Name="VCManagedResourceCompilerTool" |
| 377 | /> |
| 378 | <Tool |
| 379 | Name="VCResourceCompilerTool" |
| 380 | /> |
| 381 | <Tool |
| 382 | Name="VCPreLinkEventTool" |
| 383 | Description="Build sqlite3 libs and dll" |
| 384 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 385 | /> |
| 386 | <Tool |
| 387 | Name="VCLinkerTool" |
| 388 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
| 389 | BaseAddress="0x1e180000" |
| 390 | TargetMachine="17" |
| 391 | /> |
| 392 | <Tool |
| 393 | Name="VCALinkTool" |
| 394 | /> |
| 395 | <Tool |
| 396 | Name="VCManifestTool" |
| 397 | /> |
| 398 | <Tool |
| 399 | Name="VCXDCMakeTool" |
| 400 | /> |
| 401 | <Tool |
| 402 | Name="VCBscMakeTool" |
| 403 | /> |
| 404 | <Tool |
| 405 | Name="VCFxCopTool" |
| 406 | /> |
| 407 | <Tool |
| 408 | Name="VCAppVerifierTool" |
| 409 | /> |
| 410 | <Tool |
| 411 | Name="VCPostBuildEventTool" |
| 412 | /> |
| 413 | </Configuration> |
| 414 | <Configuration |
| 415 | Name="PGUpdate|Win32" |
| 416 | ConfigurationType="2" |
| 417 | InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops" |
| 418 | CharacterSet="0" |
| 419 | WholeProgramOptimization="1" |
| 420 | > |
| 421 | <Tool |
| 422 | Name="VCPreBuildEventTool" |
| 423 | /> |
| 424 | <Tool |
| 425 | Name="VCCustomBuildTool" |
| 426 | /> |
| 427 | <Tool |
| 428 | Name="VCXMLDataGeneratorTool" |
| 429 | /> |
| 430 | <Tool |
| 431 | Name="VCWebServiceProxyGeneratorTool" |
| 432 | /> |
| 433 | <Tool |
| 434 | Name="VCMIDLTool" |
| 435 | /> |
| 436 | <Tool |
| 437 | Name="VCCLCompilerTool" |
| 438 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 439 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 440 | /> |
| 441 | <Tool |
| 442 | Name="VCManagedResourceCompilerTool" |
| 443 | /> |
| 444 | <Tool |
| 445 | Name="VCResourceCompilerTool" |
| 446 | /> |
| 447 | <Tool |
| 448 | Name="VCPreLinkEventTool" |
| 449 | Description="Build sqlite3 libs and dll" |
| 450 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 451 | /> |
| 452 | <Tool |
| 453 | Name="VCLinkerTool" |
| 454 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
| 455 | BaseAddress="0x1e180000" |
| 456 | /> |
| 457 | <Tool |
| 458 | Name="VCALinkTool" |
| 459 | /> |
| 460 | <Tool |
| 461 | Name="VCManifestTool" |
| 462 | /> |
| 463 | <Tool |
| 464 | Name="VCXDCMakeTool" |
| 465 | /> |
| 466 | <Tool |
| 467 | Name="VCBscMakeTool" |
| 468 | /> |
| 469 | <Tool |
| 470 | Name="VCFxCopTool" |
| 471 | /> |
| 472 | <Tool |
| 473 | Name="VCAppVerifierTool" |
| 474 | /> |
| 475 | <Tool |
| 476 | Name="VCPostBuildEventTool" |
| 477 | /> |
| 478 | </Configuration> |
| 479 | <Configuration |
| 480 | Name="PGUpdate|x64" |
| 481 | ConfigurationType="2" |
| 482 | InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops" |
| 483 | CharacterSet="0" |
| 484 | WholeProgramOptimization="1" |
| 485 | > |
| 486 | <Tool |
| 487 | Name="VCPreBuildEventTool" |
| 488 | /> |
| 489 | <Tool |
| 490 | Name="VCCustomBuildTool" |
| 491 | /> |
| 492 | <Tool |
| 493 | Name="VCXMLDataGeneratorTool" |
| 494 | /> |
| 495 | <Tool |
| 496 | Name="VCWebServiceProxyGeneratorTool" |
| 497 | /> |
| 498 | <Tool |
| 499 | Name="VCMIDLTool" |
| 500 | TargetEnvironment="3" |
| 501 | /> |
| 502 | <Tool |
| 503 | Name="VCCLCompilerTool" |
| 504 | AdditionalIncludeDirectories="$(sqlite3Dir)" |
| 505 | PreprocessorDefinitions="MODULE_NAME=\"sqlite3\"" |
| 506 | /> |
| 507 | <Tool |
| 508 | Name="VCManagedResourceCompilerTool" |
| 509 | /> |
| 510 | <Tool |
| 511 | Name="VCResourceCompilerTool" |
| 512 | /> |
| 513 | <Tool |
| 514 | Name="VCPreLinkEventTool" |
| 515 | Description="Build sqlite3 libs and dll" |
| 516 | CommandLine="cd "$(sqlite3Dir)"
if not exist "$(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll "$(OutDir)"
if exist $(PlatformName)\sqlite3.lib exit 0
if not exist $(PlatformName) mkdir $(PlatformName)
cd $(PlatformName)
cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
if not exist "$(OutDir)\sqlite3.dll" copy sqlite3.dll "$(OutDir)"
" |
| 517 | /> |
| 518 | <Tool |
| 519 | Name="VCLinkerTool" |
| 520 | AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib" |
| 521 | BaseAddress="0x1e180000" |
| 522 | TargetMachine="17" |
| 523 | /> |
| 524 | <Tool |
| 525 | Name="VCALinkTool" |
| 526 | /> |
| 527 | <Tool |
| 528 | Name="VCManifestTool" |
| 529 | /> |
| 530 | <Tool |
| 531 | Name="VCXDCMakeTool" |
| 532 | /> |
| 533 | <Tool |
| 534 | Name="VCBscMakeTool" |
| 535 | /> |
| 536 | <Tool |
| 537 | Name="VCFxCopTool" |
| 538 | /> |
| 539 | <Tool |
| 540 | Name="VCAppVerifierTool" |
| 541 | /> |
| 542 | <Tool |
| 543 | Name="VCPostBuildEventTool" |
| 544 | /> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 545 | </Configuration> |
| 546 | </Configurations> |
| 547 | <References> |
| 548 | </References> |
| 549 | <Files> |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 550 | <Filter |
| 551 | Name="Header Files" |
| 552 | > |
| 553 | <File |
| 554 | RelativePath="..\Modules\_sqlite\cache.h" |
| 555 | > |
| 556 | </File> |
| 557 | <File |
| 558 | RelativePath="..\Modules\_sqlite\connection.h" |
| 559 | > |
| 560 | </File> |
| 561 | <File |
| 562 | RelativePath="..\Modules\_sqlite\cursor.h" |
| 563 | > |
| 564 | </File> |
| 565 | <File |
| 566 | RelativePath="..\Modules\_sqlite\microprotocols.h" |
| 567 | > |
| 568 | </File> |
| 569 | <File |
| 570 | RelativePath="..\Modules\_sqlite\module.h" |
| 571 | > |
| 572 | </File> |
| 573 | <File |
| 574 | RelativePath="..\Modules\_sqlite\prepare_protocol.h" |
| 575 | > |
| 576 | </File> |
| 577 | <File |
| 578 | RelativePath="..\Modules\_sqlite\row.h" |
| 579 | > |
| 580 | </File> |
| 581 | <File |
| 582 | RelativePath="..\Modules\_sqlite\sqlitecompat.h" |
| 583 | > |
| 584 | </File> |
| 585 | <File |
| 586 | RelativePath="..\Modules\_sqlite\statement.h" |
| 587 | > |
| 588 | </File> |
| 589 | <File |
| 590 | RelativePath="..\Modules\_sqlite\util.h" |
| 591 | > |
| 592 | </File> |
| 593 | </Filter> |
| 594 | <Filter |
| 595 | Name="Source Files" |
| 596 | > |
| 597 | <File |
| 598 | RelativePath="..\Modules\_sqlite\cache.c" |
| 599 | > |
| 600 | </File> |
| 601 | <File |
| 602 | RelativePath="..\Modules\_sqlite\connection.c" |
| 603 | > |
| 604 | </File> |
| 605 | <File |
| 606 | RelativePath="..\Modules\_sqlite\cursor.c" |
| 607 | > |
| 608 | </File> |
| 609 | <File |
| 610 | RelativePath="..\Modules\_sqlite\microprotocols.c" |
| 611 | > |
| 612 | </File> |
| 613 | <File |
| 614 | RelativePath="..\Modules\_sqlite\module.c" |
| 615 | > |
| 616 | </File> |
| 617 | <File |
| 618 | RelativePath="..\Modules\_sqlite\prepare_protocol.c" |
| 619 | > |
| 620 | </File> |
| 621 | <File |
| 622 | RelativePath="..\Modules\_sqlite\row.c" |
| 623 | > |
| 624 | </File> |
| 625 | <File |
| 626 | RelativePath="..\Modules\_sqlite\statement.c" |
| 627 | > |
| 628 | </File> |
| 629 | <File |
| 630 | RelativePath="..\Modules\_sqlite\util.c" |
| 631 | > |
| 632 | </File> |
| 633 | </Filter> |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 634 | </Files> |
| 635 | <Globals> |
| 636 | </Globals> |
| 637 | </VisualStudioProject> |