X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a9f144109410636cde3941b9fc1764a8a99ba590;hb=8ca1cd4ae397da6b91d425aac0b3a40d302b66c2;hp=ae6b318d4c73c45706a88eb7d617e335fed18045;hpb=681d210eccb810100a9c44233f65920a9a7d3d05;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index ae6b318d..a9f14410 100644 --- a/Makefile +++ b/Makefile @@ -21,19 +21,12 @@ CC = gcc # (this must be set to "gmake" for some systems) MAKE = make -# directory for read-only game data (like graphics, sounds, levels) +# directory for (read-only) game data (like graphics, sounds, levels) # (this directory is usually the game's installation directory) # default is '.' to be able to run program without installation -# RO_GAME_DIR = . +# BASE_PATH = . # use the following setting for Debian / Ubuntu installations: -# RO_GAME_DIR = /usr/share/games/rocksndiamonds - -# directory for writable game data (like highscore files) -# (if no "scores" directory exists, scores are saved in user data directory) -# default is '.' to be able to run program without installation -# RW_GAME_DIR = . -# use the following setting for Debian / Ubuntu installations: -# RW_GAME_DIR = /var/games/rocksndiamonds +# BASE_PATH = /usr/share/games/rocksndiamonds # uncomment if system has no joystick include file # JOYSTICK = -DNO_JOYSTICK