Better desc
This commit is contained in:
parent
e1268f7ae8
commit
a5b8643cdd
@ -40,7 +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. |
|
||||
| `--iw4x-zones` | Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches. |
|
||||
|
||||
## Command line arguments
|
||||
|
||||
|
@ -75,8 +75,8 @@ newoption {
|
||||
}
|
||||
|
||||
newoption {
|
||||
trigger = "generate_iw4x_specific_zones",
|
||||
description = "Generates zones that can only be loaded by IW4x."
|
||||
trigger = "iw4x-zones",
|
||||
description = "Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches."
|
||||
}
|
||||
|
||||
newaction {
|
||||
@ -329,7 +329,7 @@ workspace "iw4x"
|
||||
if _OPTIONS["force-exception-handler"] then
|
||||
defines { "FORCE_EXCEPTION_HANDLER" }
|
||||
end
|
||||
if _OPTIONS["generate_iw4x_specific_zones"] then
|
||||
if _OPTIONS["iw4x-zones"] then
|
||||
defines { "GENERATE_IW4X_SPECIFIC_ZONES" }
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user