Fix path.

This commit is contained in:
Martin v. Löwis 2007-09-13 10:38:42 +00:00
parent 82151c67a4
commit 4bd037df5d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cmd /c Tools\buildbot\external.bat
@rem build release versions of things @rem build release versions of things
call "%VS71COMNTOOLS%vsvars32.bat" call "%VS71COMNTOOLS%vsvars32.bat"
if not exist db-4.4.20\build_win32\release\libdb44s.lib ( if not exist db-4.4.20\build_win32\release\libdb44s.lib (
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static devenv ..\db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
) )
@rem build Python @rem build Python