mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-07-26 10:38:47 +02:00
b841bf479d
. 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)
6 lines
227 B
Plaintext
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
|