]> granicus.if.org Git - nethack/commitdiff
Enable build under current MS Visual Studio Express 2010 tools
authornethack.allison <nethack.allison>
Mon, 30 Aug 2010 13:00:53 +0000 (13:00 +0000)
committernethack.allison <nethack.allison>
Mon, 30 Aug 2010 13:00:53 +0000 (13:00 +0000)
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

index d0979910155cd8101cbf6939d31ea3255363a54c..a4f7a481af916987bfd0a7fb0a9d6b238e3c6c1e 100755 (executable)
@@ -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