summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-11-01 01:44:04 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-11-01 01:44:04 -0500
commit333b6177a4b655a7ef6840a90f39b32569c140dd (patch)
treeff3951133046d9464dd857df7f377f9c6be76a04 /PC
parent38db34abab5ad6edd1d3696ee0f2255a00fe153d (diff)
downloadcpython-git-333b6177a4b655a7ef6840a90f39b32569c140dd.tar.gz
Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0
Diffstat (limited to 'PC')
-rw-r--r--PC/VS9.0/pyproject.vsprops2
-rw-r--r--PC/VS9.0/readme.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
index 13d9b1c08b..8b06f0c7dc 100644
--- a/PC/VS9.0/pyproject.vsprops
+++ b/PC/VS9.0/pyproject.vsprops
@@ -74,7 +74,7 @@
/>
<UserMacro
Name="sqlite3Dir"
- Value="$(externalsDir)\sqlite-3.6.21"
+ Value="$(externalsDir)\sqlite-3.8.11.0"
/>
<UserMacro
Name="bz2Dir"
diff --git a/PC/VS9.0/readme.txt b/PC/VS9.0/readme.txt
index 21de0c025d..10bfd99d41 100644
--- a/PC/VS9.0/readme.txt
+++ b/PC/VS9.0/readme.txt
@@ -107,7 +107,7 @@ _bsddb
Wraps Berkeley DB 4.7.25, which is currently built by _bsddb.vcproj.
project.
_sqlite3
- Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj.
+ Wraps SQLite 3.8.11.0, which is currently built by sqlite3.vcproj.
_tkinter
Wraps the Tk windowing system. Unlike _bsddb and _sqlite3, there's no
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's