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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com