From: nhmall Date: Sun, 25 Feb 2018 04:32:54 +0000 (-0500) Subject: another msdos bit X-Git-Tag: NetHack-3.6.1_RC01~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=269363467c2cb46d415b166c8dae4f9de2c7cee8;p=nethack another msdos bit --- diff --git a/sys/msdos/setup.bat b/sys/msdos/setup.bat index b2e373f7a..34e0f8133 100755 --- a/sys/msdos/setup.bat +++ b/sys/msdos/setup.bat @@ -59,6 +59,12 @@ echo "Copying ..\..\include\patchl~1.h -> ..\..\include\patchlev.h" copy ..\..\include\patchl~1.h ..\..\include\patchlev.h if exist ..\..\include\patchlev.old del /Q ..\..\include\patchlev.old ren ..\..\include\patchl~1.h patchlev.old +:long2c +echo "Copying ..\..\sys\share\pmatch~1.c -> ..\..\sys\share\pmatchre.c" +copy ..\..\sys\share\pmatch~1.c ..\..\sys\share\pmatchre.c +:long2d +echo "Copying ..\..\sys\share\posixr~1.c -> ..\..\sys\share\posixreg.c" +copy ..\..\sys\share\posixr~1.c ..\..\sys\share\posixreg.c :long2ok REM Missing guidebook is not fatal to the build process