From 7300157f544b196f68f1514233b8c1774281d0e3 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 5 Sep 2019 19:48:27 +0000 Subject: [PATCH] Convert the Makefile setting list to a table --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72b9e871..bb4a6e2f 100644 --- a/README.md +++ b/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: -* `RELEASE=1` - Compile a release build (optimised, stripped, etc.) -* `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) -* `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 +Name | Function +--------|-------- +`RELEASE=1` | Compile a release build (optimised, stripped, etc.) +`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) +`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