]> granicus.if.org Git - nethack/commitdiff
windows doc update tidbit
authornhmall <nhmall@nethack.org>
Fri, 4 Jun 2021 04:24:46 +0000 (00:24 -0400)
committernhmall <nhmall@nethack.org>
Fri, 4 Jun 2021 04:24:46 +0000 (00:24 -0400)
sys/windows/Install.windows

index c7b0ff133d514289a9ff93cc2b5c4432e61a25af..2294157b966856130d51ecfcee4036dbe7abe436 100644 (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