From: nethack.allison Date: Wed, 19 Feb 2003 14:20:47 +0000 (+0000) Subject: more win32 Makefiles X-Git-Tag: MOVE2GIT~2147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea4bfa168cdd34962ceb5da5e6b6e2b49a48bbca;p=nethack more win32 Makefiles update depend substitution instructions. --- diff --git a/sys/winnt/Makefile.bcc b/sys/winnt/Makefile.bcc index 68fe89711..1a01eec3c 100644 --- a/sys/winnt/Makefile.bcc +++ b/sys/winnt/Makefile.bcc @@ -1080,10 +1080,14 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H) # # The rest are stolen from sys/unix/Makefile.src, -# with slashes changed to back-slashes -# and -c (which is included in CFLAGS) substituted -# with -o$@ , but otherwise untouched. That -# means that there is some irrelevant stuff +# with the following changes: +# * ../include changed to $(INCL) +# * slashes changed to back-slashes +# * -c (which is included in CFLAGS) substituted +# with -o$@ +# * $(CC) changed to $(cc) +# but otherwise untouched. +# That means that there is some irrelevant stuff # in here, but maintenance should be easier. # $(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 32b5aa79a..64013ec08 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -1078,11 +1078,15 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H) # # The rest are stolen from sys/unix/Makefile.src, -# and -c (which is included in CFLAGS) substituted -# with -o$@ , and targets prefixed with $(O) -# but otherwise untouched. That means that there -# is some irrelevant stuff in here, but maintenance -# should be easier. +# with the following changes: +# * ../include changed to $(INCL) +# * -c (which is included in CFLAGS) substituted +# with -o$@ +# * targets prefixed with $(O) +# * $(CC) changed to $(cc) +# but otherwise untouched. +# That means that there is some irrelevant stuff +# in here, but maintenance should be easier. # $(O)tos.o: ../sys/atari/tos.c $(HACK_H) $(INCL)/tcap.h $(cc) $(CFLAGS) -o$@ ../sys/atari/tos.c diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 0b7bcb14f..8a61a33a0 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -1112,12 +1112,12 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H) # # The rest are stolen from sys/unix/Makefile.src, # with the following changes: -# slashes changed to back-slashes -# -c (which is included in CFLAGS) substituted with -Fo$@ -# s/..\include/$(INCL) -# targets prefixed with $(O) -# but otherwise untouched. That -# means that there is some irrelevant stuff +# * ../include changed to $(INCL) +# * slashes changed to back-slashes +# * -c (which is included in CFLAGS) substituted with -Fo$@ +# * targets prefixed with $(O) +# but otherwise untouched. +# That means that there is some irrelevant stuff # in here, but maintenance should be easier. # $(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h