Update README

This commit is contained in:
Diavolo 2021-07-16 18:24:06 +02:00
parent c408ccb1e8
commit f247477b1d
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
3 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@
| `--disable-bitmessage` | Disable use of BitMessage completely. |
| `--disable-base128` | Disable base128 encoding for minidumps. |
| `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). |
| `--generate_iw4x_specific_zones` | Generates zones that can only be loaded by IW4x. |
## Command line arguments

View File

@ -1,4 +1,4 @@
@echo off
echo Updating submodules...
call git submodule update --init --recursive
call tools\premake5 %* vs2019
call tools\premake5 %* vs2019 --generate_iw4x_specific_zones

View File

@ -76,7 +76,7 @@ newoption {
newoption {
trigger = "generate_iw4x_specific_zones",
description = "Generates zones that can only be loaded by IW4X."
description = "Generates zones that can only be loaded by IW4x."
}
newaction {