diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-02 22:36:25 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-02 22:36:25 (GMT) |
commit | cb87f82fc8be29612a63f6dd4807be639c64240d (patch) | |
tree | 8a03d7b0f80566b1b46b714f25758af76758953a /PCbuild | |
parent | 7aa42ea1bbe284901f03d4a5bdc02c8faf0fac71 (diff) | |
download | cpython-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')
-rw-r--r-- | PCbuild/vs9to8.py | 2 |
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') |