]> granicus.if.org Git - nethack/commitdiff
Windows Makefile updates
authornhmall <nhmall@nethack.org>
Fri, 28 Dec 2018 17:29:12 +0000 (12:29 -0500)
committernhmall <nhmall@nethack.org>
Fri, 28 Dec 2018 17:29:12 +0000 (12:29 -0500)
sys/winnt/Makefile.gcc
sys/winnt/Makefile.msc

index f71953aec19f7b4e3be861cc4fb77b95a659aa3b..28e7a868dd24bf258dcdeaee48c733b11cb994a9 100644 (file)
@@ -1453,14 +1453,14 @@ $(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.c: $(WCURSES)\cursinit.c $(WCURSES)\cursinit.h $(INCL)\wincurs.h
-$(O)cursinvt.c: $(WCURSES)\cursinvt.c $(WCURSES)\cursinvt.h $(INCL)\wincurs.h
-$(O)cursmain.c: $(WCURSES)\cursmain.c $(WCURSES)\cursmain.h $(INCL)\wincurs.h
-$(O)cursmesg.c: $(WCURSES)\cursmesg.c $(WCURSES)\cursmesg.h $(INCL)\wincurs.h
-$(O)cursmisc.c: $(WCURSES)\cursmisc.c $(WCURSES)\cursmisc.h $(INCL)\wincurs.h
-$(O)cursstat.c: $(WCURSES)\cursstat.c $(WCURSES)\cursstat.h $(INCL)\wincurs.h
-$(O)curswins.c: $(WCURSES)\curswins.c $(WCURSES)\curswins.h $(INCL)\wincurs.h
+$(O)cursdial.o: $(WCURSES)/cursdial.c $(WCURSES)/cursdial.h $(INCL)/wincurs.h
+$(O)cursinit.c: $(WCURSES)/cursinit.c $(WCURSES)/cursinit.h $(INCL)/wincurs.h $(INCL)/date.h
+$(O)cursinvt.c: $(WCURSES)/cursinvt.c $(WCURSES)/cursinvt.h $(INCL)/wincurs.h
+$(O)cursmain.c: $(WCURSES)/cursmain.c $(WCURSES)/cursmain.h $(INCL)/wincurs.h
+$(O)cursmesg.c: $(WCURSES)/cursmesg.c $(WCURSES)/cursmesg.h $(INCL)/wincurs.h
+$(O)cursmisc.c: $(WCURSES)/cursmisc.c $(WCURSES)/cursmisc.h $(INCL)/wincurs.h
+$(O)cursstat.c: $(WCURSES)/cursstat.c $(WCURSES)/cursstat.h $(INCL)/wincurs.h
+$(O)curswins.c: $(WCURSES)/curswins.c $(WCURSES)/curswins.h $(INCL)/wincurs.h
 endif
 
 ifeq "$(WANT_WIN_QT4)" "Y"
index 292c8b663f92aab06bbd9acb58f4c7baeded522f..25c652e3e2492505bcfe929288fa3f3df8708586 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.6  Makefile.msc    $NHDT-Date: 1520858848 2018/03/12 12:47:28 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.112 $ */
+# NetHack 3.6  Makefile.msc    $NHDT-Date: 1524945868 2018/04/28 20:04:28 $  $NHDT-Branch: master $:$NHDT-Revision: 1.113 $ */
 #       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.c: $(WCURSES)\cursinit.c $(WCURSES)\cursinit.h $(INCL)\wincurs.h
+$(O)\cursinit.c: $(WCURSES)\cursinit.c $(WCURSES)\cursinit.h $(INCL)\wincurs.h $(INCL)\date.h
 $(O)\cursinvt.c: $(WCURSES)\cursinvt.c $(WCURSES)\cursinvt.h $(INCL)\wincurs.h
 $(O)\cursmain.c: $(WCURSES)\cursmain.c $(WCURSES)\cursmain.h $(INCL)\wincurs.h
 $(O)\cursmesg.c: $(WCURSES)\cursmesg.c $(WCURSES)\cursmesg.h $(INCL)\wincurs.h