Changeset 391 for python/trunk/PC/VS8.0/sqlite3.vcproj
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/PC/VS8.0/sqlite3.vcproj
r2 r391 23 23 Name="Debug|Win32" 24 24 ConfigurationType="2" 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 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 46 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 25 InheritedPropertySheets=".\sqlite3.vsprops;.\debug.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 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 AdditionalIncludeDirectories="" 47 46 /> 48 47 <Tool … … 84 83 Name="Debug|x64" 85 84 ConfigurationType="2" 86 InheritedPropertySheets=".\ pyd_d.vsprops;.\x64.vsprops"85 InheritedPropertySheets=".\sqlite3.vsprops;.\debug.vsprops;.\x64.vsprops" 87 86 CharacterSet="0" 88 87 > … … 105 104 <Tool 106 105 Name="VCCLCompilerTool" 107 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 108 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 106 AdditionalIncludeDirectories="" 109 107 /> 110 108 <Tool … … 146 144 Name="Release|Win32" 147 145 ConfigurationType="2" 148 InheritedPropertySheets=".\ pyd.vsprops"146 InheritedPropertySheets=".\sqlite3.vsprops" 149 147 CharacterSet="0" 150 148 WholeProgramOptimization="1" … … 167 165 <Tool 168 166 Name="VCCLCompilerTool" 169 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 170 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 167 AdditionalIncludeDirectories="" 171 168 /> 172 169 <Tool … … 208 205 Name="Release|x64" 209 206 ConfigurationType="2" 210 InheritedPropertySheets=".\ pyd.vsprops;.\x64.vsprops"207 InheritedPropertySheets=".\sqlite3.vsprops;.\x64.vsprops" 211 208 CharacterSet="0" 212 209 WholeProgramOptimization="1" … … 230 227 <Tool 231 228 Name="VCCLCompilerTool" 232 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 233 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 229 AdditionalIncludeDirectories="" 234 230 /> 235 231 <Tool … … 271 267 Name="PGInstrument|Win32" 272 268 ConfigurationType="2" 273 InheritedPropertySheets=".\ pyd.vsprops;.\pginstrument.vsprops"269 InheritedPropertySheets=".\sqlite3.vsprops;.\pginstrument.vsprops" 274 270 CharacterSet="0" 275 271 WholeProgramOptimization="1" … … 292 288 <Tool 293 289 Name="VCCLCompilerTool" 294 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 295 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 290 AdditionalIncludeDirectories=""..\..\..\sqlite-3.6.21"" 296 291 /> 297 292 <Tool … … 333 328 Name="PGInstrument|x64" 334 329 ConfigurationType="2" 335 InheritedPropertySheets=".\ pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"330 InheritedPropertySheets=".\sqlite3.vsprops;.\x64.vsprops;.\pginstrument.vsprops" 336 331 CharacterSet="0" 337 332 WholeProgramOptimization="1" … … 355 350 <Tool 356 351 Name="VCCLCompilerTool" 357 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 358 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 352 AdditionalIncludeDirectories="" 359 353 /> 360 354 <Tool … … 395 389 Name="PGUpdate|Win32" 396 390 ConfigurationType="2" 397 InheritedPropertySheets=".\ pyd.vsprops;.\pgupdate.vsprops"391 InheritedPropertySheets=".\sqlite3.vsprops;.\pgupdate.vsprops" 398 392 CharacterSet="0" 399 393 WholeProgramOptimization="1" … … 416 410 <Tool 417 411 Name="VCCLCompilerTool" 418 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 419 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 412 AdditionalIncludeDirectories="" 420 413 /> 421 414 <Tool … … 457 450 Name="PGUpdate|x64" 458 451 ConfigurationType="2" 459 InheritedPropertySheets=".\ pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"452 InheritedPropertySheets=".\sqlite3.vsprops;.\x64.vsprops;.\pgupdate.vsprops" 460 453 CharacterSet="0" 461 454 WholeProgramOptimization="1" … … 479 472 <Tool 480 473 Name="VCCLCompilerTool" 481 AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" 482 PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" 474 AdditionalIncludeDirectories="" 483 475 /> 484 476 <Tool … … 524 516 > 525 517 <File 526 RelativePath="..\..\..\sqlite-3. 5.9\sqlite3.h"518 RelativePath="..\..\..\sqlite-3.6.21\sqlite3.h" 527 519 > 528 520 </File> 529 521 <File 530 RelativePath="..\..\..\sqlite-3. 5.9\sqlite3ext.h"522 RelativePath="..\..\..\sqlite-3.6.21\sqlite3ext.h" 531 523 > 532 524 </File> … … 536 528 > 537 529 <File 538 RelativePath="..\..\..\sqlite-3. 5.9\sqlite3.c"530 RelativePath="..\..\..\sqlite-3.6.21\sqlite3.c" 539 531 > 540 532 </File>
Note:
See TracChangeset
for help on using the changeset viewer.