X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=75fde6be5e40b15ae56b27ec64ba6fce4e88df0d;hp=c157ab6468e7e118c368e0f220559696df01f26c;hb=e51177796149f37de339bda83558c3c49758be93;hpb=e3ef41011a3564492d12988716af8fc1f090ac6b diff --git a/Makefile b/Makefile index c157ab64..75fde6be 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 @@ -151,8 +155,10 @@ backup_gfx: # ./Scripts/make_prerelease.sh jue: - sed -e 's/# SPECIAL_EDITION/SPECIAL_EDITION/' Makefile > Makefile.jue - $(MAKE) -f Makefile.jue cross-win32 + @$(MAKE) SPECIAL_EDITION=rnd_jue all + +jue-win: + @$(MAKE) SPECIAL_EDITION=rnd_jue cross-win32 dist-clean: @$(MAKE_CMD) dist-clean