From 7b7b396afc7044469653602aec5dac32bd5d2020 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 30 Aug 2010 13:00:53 +0000 Subject: [PATCH] Enable build under current MS Visual Studio Express 2010 tools Since the current suite is freely downloadable, remove the older VS files. Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ --- sys/winnt/nhsetup.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/winnt/nhsetup.bat b/sys/winnt/nhsetup.bat index d09799101..a4f7a481a 100755 --- a/sys/winnt/nhsetup.bat +++ b/sys/winnt/nhsetup.bat @@ -53,7 +53,6 @@ copy Makefile.gcc ..\..\src\Makefile.gcc >nul echo MinGW Makefile copied ok. :do_win -if not exist ..\..\win\win32\nethack.dsw goto :err_win if not exist ..\..\win\win32\nethack.sln goto :err_win echo. @@ -95,7 +94,6 @@ if NOT exist ..\..\win\win32\levcomp.vcxproj goto skipVC2010 if NOT exist ..\..\win\win32\levstuff.vcxproj goto skipVC2010 if NOT exist ..\..\win\win32\recover.vcxproj goto skipVC2010 if NOT exist ..\..\win\win32\tiles.vcxproj goto skipVC2010 -if NOT exist ..\..\win\win32\NetHack.sln goto skipVC2010 copy ..\..\win\win32\makedefs.vcxproj ..\..\build >nul copy ..\..\win\win32\tile2bmp.vcxproj ..\..\build >nul @@ -109,7 +107,6 @@ copy ..\..\win\win32\levcomp.vcxproj ..\..\build >nul copy ..\..\win\win32\levstuff.vcxproj ..\..\build >nul copy ..\..\win\win32\recover.vcxproj ..\..\build >nul copy ..\..\win\win32\tiles.vcxproj ..\..\build >nul -copy ..\..\win\win32\NetHack.sln ..\..\build >nul :skipVC2010 goto :done