mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
Visual Studio Projects: Fix warning building release targets
This commit is contained in:
parent
03d80face2
commit
cf57f0d638
@ -30,10 +30,13 @@ rem Everything implicitly requires BUILD to also be set to have
|
||||
rem any meaning, it always gets set.
|
||||
set _X_BUILD=BUILD
|
||||
call :FindVCVersion _VC_VER
|
||||
|
||||
set _PDB=%~dpn1.pdb
|
||||
if exist "%_PDB%" shift /1
|
||||
if exist "%_PDB%" del/q "%_PDB%"
|
||||
set _PDB=
|
||||
set _ARG=%~1
|
||||
if /i "%_ARG:~-4%" equ ".exe" shift /1
|
||||
set _ARG=
|
||||
|
||||
:_next_arg
|
||||
if "%1" == "" goto _done_args
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user