Reformat tables.
This commit is contained in:
parent
973c80f2f9
commit
e8800aa1ca
26
README.md
26
README.md
@ -21,17 +21,17 @@
|
|||||||
|
|
||||||
## Premake arguments
|
## Premake arguments
|
||||||
|
|
||||||
| Argument | Description |
|
| Argument | Description |
|
||||||
| ------------- | ------------- |
|
|:----------------------------|:-----------------------------------------------|
|
||||||
| `--copy-to=PATH` | Optional, copy the DLL to a custom folder after build, define the path here if wanted. |
|
| `--copy-to=PATH` | Optional, copy the DLL to a custom folder after build, define the path here if wanted. |
|
||||||
| `--copy-pdb` | Copy debug information for binaries as well to the path given via --copy-to. |
|
| `--copy-pdb` | Copy debug information for binaries as well to the path given via --copy-to. |
|
||||||
| `--ac-disable` | Disable anticheat. |
|
| `--ac-disable` | Disable anticheat. |
|
||||||
| `--ac-debug-detections` | Log anticheat detections. |
|
| `--ac-debug-detections` | Log anticheat detections. |
|
||||||
| `--ac-debug-load-library` | Log libraries that get loaded. |
|
| `--ac-debug-load-library` | Log libraries that get loaded. |
|
||||||
| `--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. |
|
||||||
| `--force-minidump-upload` | Upload minidumps even for Debug builds. |
|
| `--force-minidump-upload` | Upload minidumps even for Debug builds. |
|
||||||
| `--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). |
|
||||||
| `--enable-dxsdk` | Enable DirectX SDK (required for GfxMap exporting). |
|
| `--enable-dxsdk` | Enable DirectX SDK (required for GfxMap exporting). |
|
||||||
|
Loading…
Reference in New Issue
Block a user