1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

Visual Studio Projects: Forced serialization of Visual Studio Project fixes by making all simulators dependent on BuildROMs project.

This commit is contained in:
Mark Pizzolato
2015-09-04 11:36:24 -07:00
parent 87b6dbaa6c
commit ab510885c0
47 changed files with 203 additions and 95 deletions

View File

@@ -118,7 +118,7 @@ set _ZipPath=..\..\%BIN_REPO%
if not exist "%_ZipPath%" mkdir "%_ZipPath%"
set _ZipPath=%_ZipPath%\
if not exist "%_ZipPath%%_ZipName%" vcbuild /M2 /useenv /rebuild Simh.sln "Release|Win32"
if not exist "%_ZipPath%%_ZipName%" vcbuild /M%NUMBER_OF_PROCESSORS% /useenv /rebuild Simh.sln "Release|Win32"
7z a -tzip -x!BuildROMs.exe "%_ZipPath%%_ZipName%" "..\BIN\NT\Win32-Release\*.exe"
popd
pushd ..\%_ZipPath%