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
 
@@ -10,22 +10,20 @@ CONFIG_LINE=@$(SHELL) -c 'echo $(1)' >> 
 
	$(call CONFIG_LINE,\# OpenTTD config file for makefile)
 
	$(call CONFIG_LINE,\# Set your options here - 1 for use and empty for disable)
 
	$(call CONFIG_LINE,)
 

	
 
	$(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)
 
	$(call CONFIG_LINE,\# WITH_NETWORK: makes OpenTTD able to play multiplayer using TCP and UDP)
 
	$(call CONFIG_LINE,\# DEDICATED: compiles a dedicated server. This one can only host using a CLI, but do not need SDL)
 
	$(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))
 
	$(call CONFIG_LINE,MIDI_ARG:=$(MIDI_ARG))
 
	$(call CONFIG_LINE,SUPRESS_LANG_ERRORS:=$(SUPRESS_LANG_ERRORS))
 
	$(call CONFIG_LINE,WITH_DIRECTMUSIC:=$(WITH_DIRECTMUSIC))
0 comments (0 inline, 0 general)