From: warwick Date: Fri, 11 Jan 2002 08:23:37 +0000 (+0000) Subject: Some stuff missed for the splash screen in Qt windowport. X-Git-Tag: MOVE2GIT~3506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31b0ddda0bd894ced989680fccc7edbfeb7f5f25;p=nethack Some stuff missed for the splash screen in Qt windowport. --- diff --git a/sys/unix/Makefile.dat b/sys/unix/Makefile.dat index 8ed6f54ad..6d1122675 100644 --- a/sys/unix/Makefile.dat +++ b/sys/unix/Makefile.dat @@ -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) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index c701b805a..6aa6674db 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -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 )