windows doc update tidbit

This commit is contained in:
nhmall
2021-06-04 00:24:46 -04:00
parent 254c6c55f5
commit 80d3178d25

View File

@@ -69,7 +69,7 @@ solution file within the IDE, build the solution and run the version
of NetHack you wish to run.
The Visual Studio NetHack solution file can be found here:
win\win32\vs\NetHack.sln
sys\windows\vs\NetHack.sln
Before executing the steps to build listed in the next paragraph,
decide if you want to include optional curses window-port. See
@@ -82,12 +82,6 @@ So the steps are:
4. From the build menu, select build solution.
5. Type F5 to start debugging.
You can also build all the projects for all platforms and configurations
using a "build.bat" batch file found in the same directory as the solution.
Open a developer command prompt for the version of Visual Studio you are
using. Change to the directory win\win32\vs and run "build.bat".
* Optional curses window-port support *
Since 3.6.2, the community patch for a window-port that uses curses has been