[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows

Christian Heimes lists at cheimes.de
Fri Feb 29 17:05:35 CET 2008


Trent Nelson wrote:
> S:\buildbots\python\trunk.nelson-windows\db-4.4.20\build_win32>devenv Berkeley_DB.sln /build Debug /project db_static
> Microsoft (R) Visual Studio Version 9.0.21022.8.
> Copyright (C) Microsoft Corp. All rights reserved.
> ========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
> 
> I don't know how the existing vcbuild line ever worked, given the following output from vcbuild /?:
> 
> Usage: vcbuild [options] [project|solution] [config|$ALL]

Try:

vcbuild /useenv db_static.vcproj "Debug|Win32"

Christian



More information about the Python-Dev mailing list