Commit 1d7072a8 authored by Thomas Heller's avatar Thomas Heller

Don't rebuild Berkeley DB if not needed (this was committed by accident).

parent 68a6b829
...@@ -27,7 +27,7 @@ if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip ...@@ -27,7 +27,7 @@ if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip
@rem Sleepycat db @rem Sleepycat db
if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20 if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
if not exist "db-4.4.20\build_win32\Release_AMD64\libdb44s.lib_XXX" ( if not exist "db-4.4.20\build_win32\Release_AMD64\libdb44s.lib" (
cd db-4.4.20\build_win32 cd db-4.4.20\build_win32
devenv Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv devenv Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
cd ..\.. cd ..\..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment