mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make.bat: more cleaning up
This commit is contained in:
parent
0a930f9862
commit
78c292b448
4
make.bat
4
make.bat
@ -44,6 +44,7 @@ if %ERRORLEVEL% NEQ 0 (
|
|||||||
)
|
)
|
||||||
|
|
||||||
rd /s /q vc
|
rd /s /q vc
|
||||||
|
del v_old.exe
|
||||||
goto :success
|
goto :success
|
||||||
|
|
||||||
:msvc_strap
|
:msvc_strap
|
||||||
@ -81,15 +82,12 @@ v self
|
|||||||
if %ERRORLEVEL% NEQ 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo V failed to build itself with error %ERRORLEVEL%
|
echo V failed to build itself with error %ERRORLEVEL%
|
||||||
rd /s /q vc
|
rd /s /q vc
|
||||||
del v_old.exe
|
|
||||||
del vc140.pdb
|
|
||||||
del %ObjFile%
|
del %ObjFile%
|
||||||
goto :compile_error
|
goto :compile_error
|
||||||
)
|
)
|
||||||
|
|
||||||
rd /s /q vc
|
rd /s /q vc
|
||||||
del v_old.exe
|
del v_old.exe
|
||||||
del vc140.pdb
|
|
||||||
del %ObjFile%
|
del %ObjFile%
|
||||||
|
|
||||||
goto :success
|
goto :success
|
||||||
|
Loading…
Reference in New Issue
Block a user