summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-12-07 17:16:57 +0000
committerbjarni <bjarni@openttd.org>2004-12-07 17:16:57 +0000
commit155c9d235f8e1fc3992c82851cabab4c71af4acd (patch)
tree44291cabe320182bb12c67a353076ac2f256f475 /makefiledir
parent6e2de5b6d05083b2b819f0379616207436b75c17 (diff)
downloadopenttd-155c9d235f8e1fc3992c82851cabab4c71af4acd.tar.xz
(svn r970) Added 2nd data path for all non-windows OSes
added completely customizable lang path (all non-Windows OSes)
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index c138945c1..046256fa7 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -39,6 +39,8 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,DATA_DIR:=$(DATA_DIR))
$(call CONFIG_LINE,USE_HOMEDIR:=$(USE_HOMEDIR))
$(call CONFIG_LINE,PERSONAL_DIR:=$(PERSONAL_DIR))
+ $(call CONFIG_LINE,SECOND_DATA_PATH:=$(SECOND_DATA_PATH))
+ $(call CONFIG_LINE,CUSTOM_LANG_PATH:=$(CUSTOM_LANG_PATH))
$(call CONFIG_LINE,)
$(call CONFIG_LINE,\# Experimental)