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