1
0

All kinds of stuff

This commit is contained in:
Scott E. Graves
2017-04-12 16:48:53 -05:00
parent 342989e4d1
commit 74437dde15
7 changed files with 138 additions and 58 deletions

View File

@@ -69,9 +69,11 @@ if not exist "%MODE%.complete" (
copy /y chromium_git\chromium\src\out\%MODE%_GN_x64\*.bin bin\%MODE%\
copy /y chromium_git\chromium\src\out\%MODE%_GN_x64\cef_*.pak bin\%MODE%\
echo "Cleaning build output... Please wait..."
rd /s /q chromium_git\chromium\src\out\%MODE%_GN_x64
rd /s /q chromium_git\chromium\src\out\%MODE%_GN_x86
if "%MODE%"=="Release" (
echo "Cleaning build output... Please wait..."
rd /s /q chromium_git\chromium\src\out\%MODE%_GN_x64
rd /s /q chromium_git\chromium\src\out\%MODE%_GN_x86
)
echo "1">%MODE%.complete
)