From cb87f82fc8be29612a63f6dd4807be639c64240d Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Tue, 2 Sep 2008 22:36:25 +0000 Subject: 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. ........ --- PCbuild/vs9to8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PCbuild') diff --git a/PCbuild/vs9to8.py b/PCbuild/vs9to8.py index c02cd79768..0a341fbf26 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') -- cgit v1.2.1