]> granicus.if.org Git - nethack/commitdiff
Some stuff missed for the splash screen in Qt windowport.
authorwarwick <warwick>
Fri, 11 Jan 2002 08:23:37 +0000 (08:23 +0000)
committerwarwick <warwick>
Fri, 11 Jan 2002 08:23:37 +0000 (08:23 +0000)
sys/unix/Makefile.dat
sys/unix/Makefile.top

index 8ed6f54ad1de233be04286ecf209a556d73d74c0..6d1122675aab8be17eb91a5ffd6416abb0a756a8 100644 (file)
@@ -43,6 +43,9 @@ rip.xpm: ../win/X11/rip.xpm
 mapbg.xpm: ../win/gnome/mapbg.xpm
        cp ../win/gnome/mapbg.xpm mapbg.xpm
 
+nhsplash.xpm: ../win/Qt/nhsplash.xpm
+       cp ../win/Qt/nhsplash.xpm nhsplash.xpm
+
 ../util/tile2img.ttp:
        (cd ../util ; make tile2img.ttp)
 
index c701b805aadbff9e7dff20eac62601ca7a47c30e..6aa6674dbe89ac084bef0e06f912100c72aef5cc 100644 (file)
@@ -138,6 +138,9 @@ rip.xpm:
 mapbg.xpm:
        (cd dat ; $(MAKE) mapbg.xpm )
 
+nhsplash.xpm:
+       ( cd dat ; $(MAKE) nhsplash.xpm )
+
 nh16.img:
        ( cd util ; $(MAKE) tile2img.ttp )
        ( cd dat ; $(MAKE) nh16.img )