Don't assume users are on Windows

This commit is contained in:
Clownacy 2019-09-05 20:50:19 +00:00
parent 2625af1ac8
commit 69d34f51bf

View file

@ -34,7 +34,7 @@ Run 'make' in this folder, preferably with some of the following settings:
Name | Function Name | Function
--------|-------- --------|--------
`RELEASE=1` | Compile a release build (optimised, stripped, etc.) `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) `STATIC=1` | Produce a statically-linked executable (good for Windows builds, so you don't need to bundle DLL files)
`JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation) `JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
`FIX_BUGS=1` | Fix various bugs in the game `FIX_BUGS=1` | Fix various bugs in the game
`WINDOWS=1` | Build for Windows `WINDOWS=1` | Build for Windows