X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=0ab0dfc4821fd7601dffb136f0b4e5de72b10a3c;hb=d45b35552f4ca1ada1266fb7e8b6968d878019a6;hp=a7222e6a6bc696dded7496536253c7699a8f5413;hpb=b15916f3e0650dc610705ea662bfbcd25099cce8;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index a7222e6a..0ab0dfc4 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,14 @@ X11_PATH = /usr/X11R6 # directory for read-only game data (like graphics, sounds, levels) # default is '.' to be able to run program without installation # RO_GAME_DIR = /usr/games +# use the following setting for Debian / Ubuntu installations: +# RO_GAME_DIR = /usr/share/games/rocksndiamonds # directory for writable game data (like highscore files) # default is '.' to be able to run program without installation # RW_GAME_DIR = /var/games +# use the following setting for Debian / Ubuntu installations: +# RW_GAME_DIR = /var/games/rocksndiamonds # uncomment if system has no joystick include file # JOYSTICK = -DNO_JOYSTICK @@ -150,6 +154,10 @@ backup_gfx: # prerelease: # ./Scripts/make_prerelease.sh +jue: + sed -e 's/# SPECIAL_EDITION/SPECIAL_EDITION/' Makefile > Makefile.jue + $(MAKE) -f Makefile.jue cross-win32 + dist-clean: @$(MAKE_CMD) dist-clean