mirror of
https://github.com/open-simh/simh.git
synced 2026-01-11 23:53:30 +00:00
VisualStudioProjects: Fixed prebuild event logic to properly detect and handle windows-build version replacement/upgrade
This commit is contained in:
parent
e685e95d21
commit
41238c5bbe
@ -75,8 +75,8 @@ rem top level directory named as it existed in the zip file.
|
||||
rem We rename that top level directory. If a previous one already
|
||||
rem exists, that will be an older version, so we try to remove
|
||||
rem that one first.
|
||||
if exist ../../windows-build rmdir /s /q ../../windows-build
|
||||
ren /Y ../../windows-build-windows-build windows-build
|
||||
if exist ..\..\windows-build rmdir /s /q ..\..\windows-build
|
||||
ren ..\..\windows-build-windows-build windows-build
|
||||
if errorlevel 1 goto _notice3
|
||||
if exist ../../windows-build-windows-build goto _notice3
|
||||
:_check_files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user