]> granicus.if.org Git - nethack/commitdiff
replace a couple of Makefile bits that shouldn't have been removed
authornhmall <mjnh@persona.ca>
Wed, 22 Apr 2015 04:30:03 +0000 (00:30 -0400)
committernhmall <mjnh@persona.ca>
Wed, 22 Apr 2015 04:30:03 +0000 (00:30 -0400)
 Changes to be committed:
modified:   sys/winnt/Makefile.gcc
modified:   sys/winnt/Makefile.msc

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

index 73618e48c6f0b251661fd2b26ac359152cd1caa3..54eeffd18bb604d82b33e0bb92de31381c22cb60 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.5  Makefile.gcc    $NHDT-Date: 1429675605 2015/04/22 04:06:45 $  $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.45 $
+# NetHack 3.5  Makefile.gcc    $NHDT-Date: 1429676997 2015/04/22 04:29:57 $  $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.46 $
 #   Copyright (c) NetHack PC Development Team 1993-2015
 #
 #==============================================================================
@@ -955,6 +955,10 @@ $(TILEBMP16): $(TILEUTIL16) $(TILEFILES)
        @echo Creating 16x16 binary tile files (this may take some time)
        $(subst /,\,@$(U)tile2bmp $(TILEBMP16))
 
+#$(TILEBMP32): $(TILEUTIL32) $(TILEFILES32)
+#      @echo Creating 32x32 binary tile files (this may take some time)
+#      $(subst /,\,@$(U)til2bm32 $(TILEBMP32))
+
 $(U)tile2bmp.exe: $(O)tile2bmp.o $(TEXT_IO)
        @echo Linking $@...
        @$(link) $(LFLAGSU) -o$@ $(O)tile2bmp.o $(TEXT_IO)
index 7a5efaad8e56ba0948901b2717c55cc01c2404f9..c86736e5164dbfcdec92437a563e679c4c16f724 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.5  Makefile.msc    $NHDT-Date: 1429675607 2015/04/22 04:06:47 $  $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.87 $ */
+# NetHack 3.5  Makefile.msc    $NHDT-Date: 1429676998 2015/04/22 04:29:58 $  $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.88 $ */
 #       Copyright (c) NetHack PC Development Team 1993-2015
 #
 #==============================================================================
@@ -988,7 +988,7 @@ $(DAT)\porthelp: $(MSWSYS)\porthelp
 nhdat: $(U)dlb_main.exe $(DAT)\data $(DAT)\oracles $(OPTIONS_FILE) \
        $(DAT)\quest.dat $(DAT)\rumors $(DAT)\help $(DAT)\hh $(DAT)\cmdhelp \
        $(DAT)\history $(DAT)\opthelp $(DAT)\wizhelp $(DAT)\dungeon $(DAT)\porthelp \
-       $(DAT)\license $(DAT)\engrave $(DAT)\epitaph $(DAT)\bogusmon $(O)sp_lev.tag
+       $(DAT)\license $(DAT)\engrave $(DAT)\epitaph $(DAT)\bogusmon $(DAT)\tribute $(O)sp_lev.tag
        cd $(DAT)
        echo data >dlb.lst
        echo oracles >>dlb.lst
@@ -1001,6 +1001,7 @@ nhdat:    $(U)dlb_main.exe $(DAT)\data $(DAT)\oracles $(OPTIONS_FILE) \
        echo engrave >>dlb.lst
        echo epitaph >>dlb.lst
        echo bogusmon >>dlb.lst
+       echo tribute >>dlb.lst
        echo help >>dlb.lst
        echo hh >>dlb.lst
        echo cmdhelp >>dlb.lst