Convert the Makefile setting list to a table
This commit is contained in:
parent
14442eaaba
commit
7300157f54
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -26,11 +26,13 @@ Visual Studio .NET 2003 was used by Pixel to create the original `Doukutsu.exe`,
|
||||||
|
|
||||||
Run 'make' in this folder, preferably with some of the following settings:
|
Run 'make' in this folder, preferably with some of the following settings:
|
||||||
|
|
||||||
* `RELEASE=1` - Compile a release build (optimised, stripped, etc.)
|
Name | Function
|
||||||
* `STATIC=1` - Produce a statically-linked executable (so you don't need to bundle DLL files)
|
--------|--------
|
||||||
* `JAPANESE=1` - Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
|
`RELEASE=1` | Compile a release build (optimised, stripped, etc.)
|
||||||
* `FIX_BUGS=1` - Fix various bugs in the game
|
`STATIC=1` | Produce a statically-linked executable (so you don't need to bundle DLL files)
|
||||||
* `DEBUG_SAVE=1` - Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
|
`JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
|
||||||
|
`FIX_BUGS=1` | Fix various bugs in the game
|
||||||
|
`DEBUG_SAVE=1` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue