ref: 54d9c0ad1ab1ee3b41adddbfb157240cecf04b5d
parent: d019b8561670e522fcc3a8ab88a68fb4a88cab01
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Feb 25 21:34:39 EST 2019
Mention the Visual Studio 2003 support in the readme
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
## Building
-The project is currently built 'the Linux way':
+The main way to build the project is 'the Linux way':
Just run 'make' in the base directory, preferably with some of the following settings:
@@ -24,6 +24,8 @@
* FIX_BUGS=1 to fix certain bugs (see [src/Bug Fixes.txt](src/Bug%20Fixes.txt))
* WINDOWS=1 to enable Windows-only features like a unique file/taskbar icon, and system font loading (needed for the font setting in Config.dat to do anything)
* NONPORTABLE=1 to enable bits of code that aren't portable, but needed for accuracy
+
+Project files for Visual Studio 2003 are also available, in the 'msvc2003' directory.
## Running