[Premake] Remove unused stuff (#439)
This commit is contained in:
parent
6cba16b95a
commit
bea07f6df2
@ -23,7 +23,6 @@
|
|||||||
| `--force-unit-tests` | Always compile unit tests. |
|
| `--force-unit-tests` | Always compile unit tests. |
|
||||||
| `--force-exception-handler` | Install custom unhandled exception handler even for Debug builds. |
|
| `--force-exception-handler` | Install custom unhandled exception handler even for Debug builds. |
|
||||||
| `--disable-binary-check` | Do not perform integrity checks on the exe. |
|
| `--disable-binary-check` | Do not perform integrity checks on the exe. |
|
||||||
| `--iw4x-zones` | Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches. |
|
|
||||||
|
|
||||||
## Command line arguments
|
## Command line arguments
|
||||||
|
|
||||||
|
@ -86,11 +86,6 @@ newoption {
|
|||||||
description = "Do not perform integrity checks on the exe."
|
description = "Do not perform integrity checks on the exe."
|
||||||
}
|
}
|
||||||
|
|
||||||
newoption {
|
|
||||||
trigger = "iw4x-zones",
|
|
||||||
description = "Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches."
|
|
||||||
}
|
|
||||||
|
|
||||||
newaction {
|
newaction {
|
||||||
trigger = "version",
|
trigger = "version",
|
||||||
description = "Returns the version string for the current commit of the source code.",
|
description = "Returns the version string for the current commit of the source code.",
|
||||||
@ -268,9 +263,6 @@ workspace "iw4x"
|
|||||||
if _OPTIONS["disable-binary-check"] then
|
if _OPTIONS["disable-binary-check"] then
|
||||||
defines {"DISABLE_BINARY_CHECK"}
|
defines {"DISABLE_BINARY_CHECK"}
|
||||||
end
|
end
|
||||||
if _OPTIONS["iw4x-zones"] then
|
|
||||||
defines {"GENERATE_IW4X_SPECIFIC_ZONES"}
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Pre-compiled header
|
-- Pre-compiled header
|
||||||
pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives
|
pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives
|
||||||
|
Loading…
Reference in New Issue
Block a user