mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
14 lines
331 B
Batchfile
14 lines
331 B
Batchfile
## Windows native build compile script.
|
|
# Copyright (c) 2022 Alex313031.
|
|
|
|
cd C:\src\chromium\src\ &&
|
|
|
|
echo "Setting NINJA_SUMMARIZE_BUILD=1" &&
|
|
|
|
set NINJA_SUMMARIZE_BUILD=1 &&
|
|
|
|
echo "Building Thorium..." &&
|
|
|
|
autoninja -C out\thorium chrome chromedriver content_shell setup mini_installer views_examples_with_content -j %1
|
|
|
|
exit 0
|