summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 06:59:48 +0000
committertron <tron@openttd.org>2005-07-26 06:59:48 +0000
commited2e3c77afc8baf0d9ff19c857173e37275aed92 (patch)
treed424304b5947a62092a374dd4d96c1bacc11f0b7 /makefiledir
parent09204dcf44ce2b4a494f36e78bd77c1c46ef7d2a (diff)
downloadopenttd-ed2e3c77afc8baf0d9ff19c857173e37275aed92.tar.xz
(svn r2712) Overhaul DirectMusic MIDI backend:
- Merge the .c and .cpp part into one file - Properly deinitialize at the end - Remove "experimental" status - Miscellaneous smaller changes -Fix: Volume control works now
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer6
1 files changed, 1 insertions, 5 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index caadb188b..0544bdb5a 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -27,6 +27,7 @@ $(MAKE_CONFIG):
$(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))
$(call CONFIG_LINE,WITH_NETWORK:=$(WITH_NETWORK))
$(call CONFIG_LINE,DEDICATED:=$(DEDICATED))
$(call CONFIG_LINE,GPMI:=$(GPMI))
@@ -48,11 +49,6 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,CUSTOM_LANG_PATH:=$(CUSTOM_LANG_PATH))
$(call CONFIG_LINE,)
- $(call CONFIG_LINE,\# Experimental)
- $(call CONFIG_LINE,WITH_DIRECTMUSIC:=$(WITH_DIRECTMUSIC))
- $(call CONFIG_LINE,)
- $(call CONFIG_LINE,)
-
$(call CONFIG_LINE,\# Flag to skip test for OS when building static)
$(call CONFIG_LINE,\# OpenTTD have only been succesfully tested with static builds on MorphOS and MacOSX)
$(call CONFIG_LINE,\# If you want to try anyway on other OSes, set this flag)