mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 19:33:35 +00:00
GYP/Ninja Windows build: complete, build scripts updated.
Telegram.sln deleted, in the future .sln will be in .gitignore.
This commit is contained in:
@@ -47,6 +47,14 @@ Options parseOptions() {
|
||||
if (arg == "--rebuild") {
|
||||
result.rebuildDependencies = true;
|
||||
|
||||
// Skip generating style modules
|
||||
} else if (arg == "--skip-styles") {
|
||||
result.skipStyles = true;
|
||||
|
||||
// Skip generating sprite_125x.png and sprite_150x.png
|
||||
} else if (arg == "--skip-sprites") {
|
||||
result.skipSprites = true;
|
||||
|
||||
// Include paths
|
||||
} else if (arg == "-I") {
|
||||
if (++i == count) {
|
||||
|
||||
Reference in New Issue
Block a user