mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 69489-69490 via svnmerge from
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 ........
This commit is contained in:
parent
7d5e9879e6
commit
11f7210966
3 changed files with 32 additions and 24 deletions
14
PCbuild/sqlite3.vsprops
Normal file
14
PCbuild/sqlite3.vsprops
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue