mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 03:12:58 +02:00
. 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)
9 lines
409 B
Plaintext
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
|