diff -r 19ffa5c01d8c -r e306da1c4ad1 makefiledir/Makefile.config_writer --- a/makefiledir/Makefile.config_writer Fri Sep 17 21:29:24 2004 +0000 +++ b/makefiledir/Makefile.config_writer Sat Sep 18 16:29:12 2004 +0000 @@ -27,14 +27,13 @@ $(call CONFIG_LINE,SUPRESS_LANG_ERRORS:=$(SUPRESS_LANG_ERRORS)) $(call CONFIG_LINE,) - $(call CONFIG_LINE,\# DATA_DIR_PREFIX is the path to OpenTTD. It can be absolute or relative) - $(call CONFIG_LINE,\# USE_HOMEDIR sets \~/ in front of DATA_DIR_PREFIX so it uses the homedir) - $(call CONFIG_LINE,\# do not type \~/ yourself because that will not work) - $(call CONFIG_LINE,\# Folders should end with /) + $(call CONFIG_LINE,\# See Makefile for details on these paths) + $(call CONFIG_LINE,\# Folders should not end with /) + $(call CONFIG_LINE,INSTALL:=$(INSTALL)) + $(call CONFIG_LINE,PREFIX:=$(PREFIX)) $(call CONFIG_LINE,BINARY_DIR:=$(BINARY_DIR)) - $(call CONFIG_LINE,INSTALL_DIR:=$(INSTALL_DIR)) + $(call CONFIG_LINE,DATA_DIR:=$(DATA_DIR)) $(call CONFIG_LINE,USE_HOMEDIR:=$(USE_HOMEDIR)) - $(call CONFIG_LINE,GAME_DATA_DIR:=$(GAME_DATA_DIR)) $(call CONFIG_LINE,PERSONAL_DIR:=$(PERSONAL_DIR)) $(call CONFIG_LINE,)