]> granicus.if.org Git - nethack/commitdiff
another msdos bit
authornhmall <nhmall@nethack.org>
Sun, 25 Feb 2018 04:32:54 +0000 (23:32 -0500)
committernhmall <nhmall@nethack.org>
Sun, 25 Feb 2018 04:32:54 +0000 (23:32 -0500)
sys/msdos/setup.bat

index b2e373f7a9a0ffb0dec0707184de0546c9807ffb..34e0f81335f6f3a8a81ad39bbba1a006cd0f363c 100755 (executable)
@@ -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