[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
Christian Heimes
lists at cheimes.de
Fri Feb 29 15:50:19 CET 2008
More information about the Python-Dev mailing list
Fri Feb 29 15:50:19 CET 2008
- Previous message: [Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
- Next message: [Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Heller wrote: > What's the difference between these two? > > vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Debug > > devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug Devenv is the name of the VS GUI executable but it can *also* be used as a CLI to build stuff. devenv doesn't work for Express Edition. vcbuild seems to be the preferred CLI app to build a project but it's limited. I think it doesn't support /upgrade. MvL probably has a better answer ;) Christian
- Previous message: [Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
- Next message: [Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list