mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
Fixed Windows build issue
This commit is contained in:
parent
105d5fbb80
commit
f65f898980
@ -39,6 +39,10 @@ IF EXIST .\vs2017-64 (
|
||||
cd ..\
|
||||
)
|
||||
|
||||
ROBOCOPY . . /S /MOVE
|
||||
ROBOCOPY . . /S /MOVE
|
||||
ROBOCOPY . . /S /MOVE
|
||||
|
||||
GOTO END
|
||||
|
||||
: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])
|
||||
IF /I "%AREYOUSURE%" NEQ "y" GOTO END
|
||||
IF /I "%AREYOUSURE%" NEQ "Y" GOTO END
|
||||
del /f /s /q .\dependencies\openssl
|
||||
del /f /s /q .\dependencies\src
|
||||
del /f /s /q /AH .\dependencies\openssl
|
||||
del /f /s /q /AH .\dependencies\src
|
||||
ROBOCOPY . . /S /MOVE
|
||||
ROBOCOPY . . /S /MOVE
|
||||
ROBOCOPY . . /S /MOVE
|
||||
|
||||
:END
|
||||
endlocal
|
Loading…
x
Reference in New Issue
Block a user