Update README
This commit is contained in:
parent
c408ccb1e8
commit
f247477b1d
@ -40,6 +40,7 @@
|
|||||||
| `--disable-bitmessage` | Disable use of BitMessage completely. |
|
| `--disable-bitmessage` | Disable use of BitMessage completely. |
|
||||||
| `--disable-base128` | Disable base128 encoding for minidumps. |
|
| `--disable-base128` | Disable base128 encoding for minidumps. |
|
||||||
| `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). |
|
| `--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
|
## Command line arguments
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
echo Updating submodules...
|
echo Updating submodules...
|
||||||
call git submodule update --init --recursive
|
call git submodule update --init --recursive
|
||||||
call tools\premake5 %* vs2019
|
call tools\premake5 %* vs2019 --generate_iw4x_specific_zones
|
||||||
|
@ -76,7 +76,7 @@ newoption {
|
|||||||
|
|
||||||
newoption {
|
newoption {
|
||||||
trigger = "generate_iw4x_specific_zones",
|
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 {
|
newaction {
|
||||||
|
Loading…
Reference in New Issue
Block a user