diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-02-10 13:13:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-02-10 13:13:30 (GMT) |
commit | 11f7210966d00320e224ee81971f683b026016ab (patch) | |
tree | cbfbb17405d390e56d0730097f2a9f88b0900885 /PCbuild/sqlite3.vsprops | |
parent | 7d5e9879e6ef1daadcb13c28b79e8a70b76c8e83 (diff) | |
download | cpython-11f7210966d00320e224ee81971f683b026016ab.zip cpython-11f7210966d00320e224ee81971f683b026016ab.tar.gz cpython-11f7210966d00320e224ee81971f683b026016ab.tar.bz2 |
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
........
Diffstat (limited to 'PCbuild/sqlite3.vsprops')
-rw-r--r-- | PCbuild/sqlite3.vsprops | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PCbuild/sqlite3.vsprops b/PCbuild/sqlite3.vsprops new file mode 100644 index 0000000..420ba6c --- /dev/null +++ b/PCbuild/sqlite3.vsprops @@ -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> |