All kinds of stuff
This commit is contained in:
8
3rd_party/CEF/create.cmd
vendored
8
3rd_party/CEF/create.cmd
vendored
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user