X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=9c0fa9dcca6ccf5b79ab3e5d9a789df1a2d8efa4;hb=f7cee51ad23b10be242545a6445fddf45accf65d;hp=c157ab6468e7e118c368e0f220559696df01f26c;hpb=e3ef41011a3564492d12988716af8fc1f090ac6b;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index c157ab64..9c0fa9dc 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 @@ -42,7 +46,7 @@ CROSS_PATH_MSDOS = /usr/local/cross-msdos/i386-msdosdjgpp CROSS_PATH_WIN32 = /usr/local/cross-tools/i386-mingw32msvc # compile special edition of R'n'D instead of the normal (classic) version -# SPECIAL_EDITION = rnd_jue +SPECIAL_EDITION = rnd_jue # -----------------------------------------------------------------------------