diff options
author | bjarni <bjarni@openttd.org> | 2004-12-04 20:34:59 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2004-12-04 20:34:59 +0000 |
commit | 47713d05e3e1f4819d1b86916d3a0a23471b9f37 (patch) | |
tree | 4f8c18d0c4c783aa0f7fcf9586df521de2e94557 /makefiledir | |
parent | 40121d60cd3b0054fdf0927c8363fe2f74fd4d97 (diff) | |
download | openttd-47713d05e3e1f4819d1b86916d3a0a23471b9f37.tar.xz |
(svn r949) Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral
Diffstat (limited to 'makefiledir')
-rw-r--r-- | makefiledir/Makefile.config_writer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer index 116838c1a..c138945c1 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -44,6 +44,7 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,\# Experimental) $(call CONFIG_LINE,WITH_NETWORK:=$(WITH_NETWORK)) $(call CONFIG_LINE,WITH_DIRECTMUSIC:=$(WITH_DIRECTMUSIC)) + $(call CONFIG_LINE,DEDICATED:=$(DEDICATED)) $(call CONFIG_LINE,) $(call CONFIG_LINE,) |