]> granicus.if.org Git - nethack/commitdiff
more win32 Makefiles
authornethack.allison <nethack.allison>
Wed, 19 Feb 2003 14:20:47 +0000 (14:20 +0000)
committernethack.allison <nethack.allison>
Wed, 19 Feb 2003 14:20:47 +0000 (14:20 +0000)
update depend substitution instructions.

sys/winnt/Makefile.bcc
sys/winnt/Makefile.gcc
sys/winnt/Makefile.msc

index 68fe897112ebe78ccfbf3fff33e6939242833673..1a01eec3c8b56208ddac2fc7143420823e895c41 100644 (file)
@@ -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
index 32b5aa79a125e18235dd0df67d2b1eebe932dbbb..64013ec08c8df292104ab7ce30cf2e8dfa4277d2 100644 (file)
@@ -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
index 0b7bcb14fb18e5e1c3cd39bd0b7d3b6db6985bdd..8a61a33a0aad76d5450215fdbf73fe1b2b65fa4e 100644 (file)
@@ -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