Changeset - r2785:3a4123879144
[Not reviewed]
master
0 1 0
tron - 18 years ago 2005-12-24 12:47:31
tron@openttd.org
(svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
makefiledir/Makefile.config_writer
Show inline comments
 
@@ -13,7 +13,6 @@ CONFIG_LINE=@$(SHELL) -c 'echo $(1)' >> 
 

	
 
	$(call CONFIG_LINE,\# User setup flags)
 
	$(call CONFIG_LINE,\# Translator: adds TODO to any untranslated strings)
 
	$(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)
 
@@ -22,7 +21,6 @@ CONFIG_LINE=@$(SHELL) -c 'echo $(1)' >> 
 
	$(call CONFIG_LINE,\# MAX_NUM_AUTOSAVES: sets the max number of autosaves the game keeps before overwriting old ones)
 
	$(call CONFIG_LINE,STATIC:=$(STATIC))
 
	$(call CONFIG_LINE,TRANSLATOR:=$(TRANSLATOR))
 
	$(call CONFIG_LINE,DISPLAY_WARNINGS:=$(DISPLAY_WARNINGS))
 
	$(call CONFIG_LINE,DEBUG:=$(DEBUG))
 
	$(call CONFIG_LINE,PROFILE:=$(PROFILE))
 
	$(call CONFIG_LINE,MIDI:=$(MIDI))
0 comments (0 inline, 0 general)