Files
Fish (David B. Trout) b841bf479d Build support for Visual Studio 2017++ (second try):
. makefile.bat redesigned to use new vstool.cmd helper script
. vc projects (.vcproj, .vcxproj) updated to pass project filename to runjobs
. runjobs jobs files updated to build correct project (this is in case multiple versions of Visual Studio are installed)
2018-03-08 13:28:04 -08:00

6 lines
227 B
Plaintext

* Parallel-build all "Debug" Configurations for all Platforms...
VCBUILD %VCBUILDOPT% "%ProjectFileName%" "Debug|Win32" /time /nologo
VCBUILD %VCBUILDOPT% "%ProjectFileName%" "Debug|x64" /time /nologo