mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 03:39:54 +02:00
Fixed Windows build issue
This commit is contained in:
@@ -39,6 +39,10 @@ IF EXIST .\vs2017-64 (
|
|||||||
cd ..\
|
cd ..\
|
||||||
)
|
)
|
||||||
|
|
||||||
|
ROBOCOPY . . /S /MOVE
|
||||||
|
ROBOCOPY . . /S /MOVE
|
||||||
|
ROBOCOPY . . /S /MOVE
|
||||||
|
|
||||||
GOTO END
|
GOTO END
|
||||||
|
|
||||||
:DELETE
|
:DELETE
|
||||||
|
@@ -4,8 +4,11 @@ echo This will delete /dependencies/openssl and /dependencies/src.
|
|||||||
SET /P AREYOUSURE=Are you sure you want to do this? (y/[n])
|
SET /P AREYOUSURE=Are you sure you want to do this? (y/[n])
|
||||||
IF /I "%AREYOUSURE%" NEQ "y" GOTO END
|
IF /I "%AREYOUSURE%" NEQ "y" GOTO END
|
||||||
IF /I "%AREYOUSURE%" NEQ "Y" GOTO END
|
IF /I "%AREYOUSURE%" NEQ "Y" GOTO END
|
||||||
del /f /s /q .\dependencies\openssl
|
del /f /s /q /AH .\dependencies\openssl
|
||||||
del /f /s /q .\dependencies\src
|
del /f /s /q /AH .\dependencies\src
|
||||||
|
ROBOCOPY . . /S /MOVE
|
||||||
|
ROBOCOPY . . /S /MOVE
|
||||||
|
ROBOCOPY . . /S /MOVE
|
||||||
|
|
||||||
:END
|
:END
|
||||||
endlocal
|
endlocal
|
Reference in New Issue
Block a user