summaryrefslogtreecommitdiffstats
path: root/PCbuild/vs9to8.py
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-02 22:36:25 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-02 22:36:25 (GMT)
commitcb87f82fc8be29612a63f6dd4807be639c64240d (patch)
tree8a03d7b0f80566b1b46b714f25758af76758953a /PCbuild/vs9to8.py
parent7aa42ea1bbe284901f03d4a5bdc02c8faf0fac71 (diff)
downloadcpython-cb87f82fc8be29612a63f6dd4807be639c64240d.zip
cpython-cb87f82fc8be29612a63f6dd4807be639c64240d.tar.gz
cpython-cb87f82fc8be29612a63f6dd4807be639c64240d.tar.bz2
Merged revisions 66166 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk Note: The Windows projects still use bsddb 4.4.20 on the py3k branch ........ r66166 | amaury.forgeotdarc | 2008-09-02 23:17:05 +0200 (mar., 02 sept. 2008) | 2 lines Use vs9to8.py to refresh the Visual Studio 2005 build files. ........
Diffstat (limited to 'PCbuild/vs9to8.py')
-rw-r--r--PCbuild/vs9to8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/vs9to8.py b/PCbuild/vs9to8.py
index c02cd79..0a341fb 100644
--- a/PCbuild/vs9to8.py
+++ b/PCbuild/vs9to8.py
@@ -24,7 +24,7 @@ def vs9to8(src, dest):
# Bah. VS8.0 does not expand macros in file names.
# Replace them here.
- lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-source-3.3.4')
+ lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.5.9')
lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.4.20\\build_win32\\..')
lines = lines.replace('$(bsddbDir)', '..\\..\\..\\db-4.4.20\\build_win32')