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:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user