rnd-19990920-1-src
[rocksndiamonds.git] / src / Makefile
index 6c81021d1d52593d85be593b34749ec419741788..c27e4c54f5fc2e7dc256b17af1a04c1d34f94566 100644 (file)
@@ -31,8 +31,8 @@ XLIB_PATH = /usr/X11/lib
 # choose if you want to allow many global score file entries for one player
 # when installing the game in a multi user environment, choose this
 # SCORE_ENTRIES = ONE_PER_NAME
-# when installing the game in a single user environment, choose this
-SCORE_ENTRIES = MANY_PER_NAME
+# when installing the game in a single user environment, choose this (default)
+SCORE_ENTRIES = MANY_PER_NAME
 
 # The XPM-Library is no longer needed to build this program,
 # but is used to load graphics if XPM_INCLUDE_FILE is defined,
@@ -73,7 +73,9 @@ ifdef RW_GAME_DIR
 CONFIG_RW_GAME_DIR = -DRW_GAME_DIR="\"$(RW_GAME_DIR)\""
 endif
 
+ifdef SCORE_ENTRIES
 CONFIG_SCORE_ENTRIES = -D$(SCORE_ENTRIES)
+endif
 
 CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR)