mirror of
https://github.com/simh/simh.git
synced 2026-04-16 00:21:35 +00:00
Visual Studio Projects: Add XP build support when building with Visual Studio 2012+ ONLY when Visual Studio XP support is available.
This commit is contained in:
@@ -119,7 +119,7 @@ if not exist "%_ZipPath%" mkdir "%_ZipPath%"
|
||||
set _ZipPath=%_ZipPath%\
|
||||
|
||||
if not exist "%_ZipPath%%_ZipName%" vcbuild /M2 /useenv /rebuild Simh.sln "Release|Win32"
|
||||
7z a -tzip "%_ZipPath%%_ZipName%" "..\BIN\NT\Win32-Release\*.exe"
|
||||
7z a -tzip -x!BuildROMs.exe "%_ZipPath%%_ZipName%" "..\BIN\NT\Win32-Release\*.exe"
|
||||
popd
|
||||
pushd ..\%_ZipPath%
|
||||
if "%1" neq "reset" goto GitAddNew
|
||||
|
||||
Reference in New Issue
Block a user