summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/sqlite3.vsprops
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-21 18:59:41 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-21 18:59:41 (GMT)
commit2c36c3cc06efcecd75b875b8d9ad28739f97d22e (patch)
treeb91ff7ba6192e1f232bf8b48872e8ad1d4b02e4c /PC/VS8.0/sqlite3.vsprops
parent2c2a7e0d38fa0df314e8e259079a8f2c2e467e44 (diff)
downloadcpython-2c36c3cc06efcecd75b875b8d9ad28739f97d22e.zip
cpython-2c36c3cc06efcecd75b875b8d9ad28739f97d22e.tar.gz
cpython-2c36c3cc06efcecd75b875b8d9ad28739f97d22e.tar.bz2
Updated VS8.0 project files with PCBuild/vs9to8.py.
Diffstat (limited to 'PC/VS8.0/sqlite3.vsprops')
-rw-r--r--PC/VS8.0/sqlite3.vsprops14
1 files changed, 14 insertions, 0 deletions
diff --git a/PC/VS8.0/sqlite3.vsprops b/PC/VS8.0/sqlite3.vsprops
new file mode 100644
index 0000000..8c028dc
--- /dev/null
+++ b/PC/VS8.0/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="..\..\..\sqlite-3.5.9"
+ PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
+ WarningLevel="1"
+ />
+</VisualStudioPropertySheet>