Files
org-hyperion-cules/all-all.jobs
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

9 lines
409 B
Plaintext

* Parallel-build ALL Configurations (both Debug and Release) for ALL Platforms...
VCBUILD %VCBUILDOPT% "%ProjectFileName%" "Debug|Win32" /time /nologo
VCBUILD %VCBUILDOPT% "%ProjectFileName%" "Release|Win32" /time /nologo
VCBUILD %VCBUILDOPT% "%ProjectFileName%" "Debug|x64" /time /nologo
VCBUILD %VCBUILDOPT% "%ProjectFileName%" "Release|x64" /time /nologo