Update the Visual Studio project files.

These files were produced by Visual Studio 2015 on Windows 8.1.
This commit is contained in:
John "Elwin" Edwards 2015-08-18 13:23:56 -04:00
parent 13f4a96d93
commit d20fe81e22
28 changed files with 2345 additions and 2111 deletions

View file

@ -26,8 +26,12 @@ There are other possible options; run './configure --help' for a full list.
To install on Windows:
Use the included Visual Studio solution files. Warning: they have not been
tested recently.
Visual Studio solution and project files are included. They are still being
tested but should work with Visual Studio 2015 on Windows 8.1.
You will need pdcurses before you can build. Create a folder called 'pdcurses'
in this folder and copy into it curses.h, term.h, and pdcurses.lib from the
pdcurses distribution.
You can also build on Windows using MinGW. Make sure pdcurses is installed.
You will have to go into the '/lib' folder and copy 'libpdcurses.a' to
@ -37,8 +41,8 @@ fixed soon.
It is recommended to run 'configure' with the '--disable-logfile' option, and
'make' with the 'LDFLAGS=-static' option.
The games should all build with MinGW and run, but Super-Rogue has problems
with restoring saved games.
Note that Super-Rogue has problems with restoring saved games on Windows,
whichever build system is used.
See the individual games' subdirectories for further documentation. Some of
the manpages may be outdated, but the guides to playing should be accurate.