]> granicus.if.org Git - nethack/commitdiff
remove curses date.h dependency in Windows Makefiles
authornhmall <nhmall@nethack.org>
Sun, 30 Dec 2018 12:58:39 +0000 (07:58 -0500)
committernhmall <nhmall@nethack.org>
Sun, 30 Dec 2018 12:58:39 +0000 (07:58 -0500)
sys/winnt/Makefile.gcc
sys/winnt/Makefile.msc

index e2ba4e86cfc3057a17ce7f3699ea231f86ed6f11..4450e1f75d228de9ef5f46b837f433e50b3d1bf3 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.6  Makefile.gcc    $NHDT-Date: 1546018468 2018/12/28 17:34:28 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.69 $
+# NetHack 3.6  Makefile.gcc    $NHDT-Date: 1546174698 2018/12/30 12:58:18 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.71 $
 # Copyright (c) 2010 by Michael Allison
 # NetHack may be freely redistributed.  See license for details.
 #
@@ -1454,7 +1454,7 @@ $(O)panic.o:  $(U)panic.c $(CONFIG_H)
 ifeq "$(ADD_CURSES)" "Y"
 # curses window port dependencies
 $(O)cursdial.o: $(WCURSES)/cursdial.c $(WCURSES)/cursdial.h $(INCL)/wincurs.h
-$(O)cursinit.o: $(WCURSES)/cursinit.c $(WCURSES)/cursinit.h $(INCL)/wincurs.h $(INCL)/date.h
+$(O)cursinit.o: $(WCURSES)/cursinit.c $(WCURSES)/cursinit.h $(INCL)/wincurs.h
 $(O)cursinvt.o: $(WCURSES)/cursinvt.c $(WCURSES)/cursinvt.h $(INCL)/wincurs.h
 $(O)cursmain.o: $(WCURSES)/cursmain.c $(INCL)/wincurs.h
 $(O)cursmesg.o: $(WCURSES)/cursmesg.c $(WCURSES)/cursmesg.h $(INCL)/wincurs.h
index ca2ea51566c792ccf4339cabd1569a5a486c2662..6dcd10d4d96f54ef70739f530be8eb8696a41a0c 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.6  Makefile.msc    $NHDT-Date: 1546018476 2018/12/28 17:34:36 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.145 $ */
+# NetHack 3.6  Makefile.msc    $NHDT-Date: 1546174708 2018/12/30 12:58:28 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.147 $ */
 #       Copyright (c) NetHack PC Development Team 1993-2018
 #
 #==============================================================================
@@ -1489,7 +1489,7 @@ $(O)panic.o:  $(U)panic.c $(CONFIG_H)
 # curses window port dependencies
 #
 $(O)cursdial.o: $(WCURSES)\cursdial.c $(WCURSES)\cursdial.h $(INCL)\wincurs.h
-$(O)cursinit.o: $(WCURSES)\cursinit.c $(WCURSES)\cursinit.h $(INCL)\wincurs.h $(INCL)\date.h
+$(O)cursinit.o: $(WCURSES)\cursinit.c $(WCURSES)\cursinit.h $(INCL)\wincurs.h
 $(O)cursinvt.o: $(WCURSES)\cursinvt.c $(WCURSES)\cursinvt.h $(INCL)\wincurs.h
 $(O)cursmain.o: $(WCURSES)\cursmain.c $(INCL)\wincurs.h
 $(O)cursmesg.o: $(WCURSES)\cursmesg.c $(WCURSES)\cursmesg.h $(INCL)\wincurs.h