mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
11f7210966
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69489 | martin.v.loewis | 2009-02-10 14:09:19 +0100 (Di, 10 Feb 2009) | 1 line Issue #5134: Silence compiler warnings when compiling sqlite with VC++. ........ r69490 | martin.v.loewis | 2009-02-10 14:12:12 +0100 (Di, 10 Feb 2009) | 1 line Set eol-style to native ........
15 lines
374 B
XML
15 lines
374 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="sqlite3"
|
|
InheritedPropertySheets=".\pyproject.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(sqlite3Dir)"
|
|
PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
|
|
WarningLevel="1"
|
|
/>
|
|
</VisualStudioPropertySheet>
|