summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-09-08 09:07:18 +0000
committerbjarni <bjarni@openttd.org>2004-09-08 09:07:18 +0000
commit49773d7a9e40bd25ed0f51b8c584a500c8e6183e (patch)
tree1af48a72816847255446bcc646de0c284b92bea7 /makefiledir
parentdebb158c95f7a75f584501adf3311baa1150ee6d (diff)
downloadopenttd-49773d7a9e40bd25ed0f51b8c584a500c8e6183e.tar.xz
(svn r181) Makefile: enabled ability to supress output of missing strings in lng files
Makefile: added versiontag for autoupdate of outdated makefile.config files
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index bea32fea2..529accfee 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -16,6 +16,7 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,\# Display_Warnings: when off it hides some warnings while compiling)
$(call CONFIG_LINE,\# MIDI: sets path to midi player)
$(call CONFIG_LINE,\# MIDI_ARG: sets an argument which is used when calling the midi player. Default off)
+ $(call CONFIG_LINE,\# SUPRESS_LANG_ERRORS: supresses output about missing and mismatched strings)
$(call CONFIG_LINE,STATIC:=$(STATIC))
$(call CONFIG_LINE,TRANSLATOR:=$(TRANSLATOR))
$(call CONFIG_LINE,DISPLAY_WARNINGS:=$(DISPLAY_WARNINGS))
@@ -23,6 +24,7 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,PROFILE:=$(PROFILE))
$(call CONFIG_LINE,MIDI:=$(MIDI))
$(call CONFIG_LINE,MIDI_ARG:=$(MIDI_ARG))
+ $(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)
@@ -79,3 +81,4 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,SDL-CONFIG:=$(SDL-CONFIG))
$(call CONFIG_LINE,CONFIG_INCLUDED:=yes)
$(call CONFIG_LINE,PATH_SET:=$(PATH_SET))
+ $(call CONFIG_LINE,CONFIG_VERSION:=$(MAKEFILE_VERSION))