thorium/win_scripts/build.bat

11 lines
256 B
Batchfile
Raw Normal View History

2022-05-18 17:15:16 -04:00
## Windows native build compile script.
# Copyright (c) 2022 Alex313031.
cd C:\src\chromium\src\ &&
set NINJA_SUMMARIZE_BUILD=1 &&
autoninja -C out\thorium chrome chromedriver content_shell setup mini_installer views_examples_with_content -j 8
exit 0