From 051134ac9f88ec88bfd7bbd1bc209ccd42dffbcc Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 7 Dec 2004 17:16:57 +0000 Subject: (svn r970) Added 2nd data path for all non-windows OSes added completely customizable lang path (all non-Windows OSes) --- makefiledir/Makefile.config_writer | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefiledir/Makefile.config_writer') 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) -- cgit v1.2.3-54-g00ecf