From: nhmall Date: Fri, 28 Dec 2018 17:29:12 +0000 (-0500) Subject: Windows Makefile updates X-Git-Tag: NetHack-3.6.2_Released~111^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cdb9c561ca8530210b6c16f1f07459978af2f84;p=nethack Windows Makefile updates --- diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index f71953aec..28e7a868d 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -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" diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 292c8b663..25c652e3e 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -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