GYP/Ninja Windows build: complete, build scripts updated.

Telegram.sln deleted, in the future .sln will be in .gitignore.
This commit is contained in:
John Preston
2016-08-14 21:05:10 +03:00
parent a4c98e74ce
commit 42ebe60f0b
16 changed files with 592 additions and 227 deletions
@@ -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) {