summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-12-24 00:33:41 +0000
committerbjarni <bjarni@openttd.org>2004-12-24 00:33:41 +0000
commitcd6691dbec1a08b7270c20c6826822c8802478fa (patch)
tree0f2f9aa3d5b7fa289803e0a5d5b949aae37b5bcd /Makefile
parent5e50988ff387d2424bbbcb558544dc0f8beebce0 (diff)
downloadopenttd-cd6691dbec1a08b7270c20c6826822c8802478fa.tar.xz
(svn r1274) Makefile: networking is not longer experimental
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 40053510b..9bca5ab52 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,8 @@
# NOVERBOSE: supress all warnings and errors during compilation.
# It looks nicer, but you will not know what went wrong. Use it on released (stable) sources only
# VERBOSE: actually show the commands used for compilation.
+# WITH_NETWORK: enable networking
+# DEDICATED: allows compilation on UNIX without SDL. Useful for dedicated servers
#
# Paths:
# INSTALL: If not set, the game uses the directory of the binary to
@@ -106,9 +108,7 @@
# MINGW: build with MingW compiler, link with MingW libraries
#
# Experimental (does not work properly):
-# WITH_NETWORK: enable networking
# WITH_DIRECTMUSIC: enable DirectMusic MIDI support
-# DEDICATED: allows compilation on UNIX without SDL. Useful for dedicated servers
##############################################################################
@@ -118,7 +118,7 @@
# Makefile version tag
# it checks if the version tag in makefile.config is the same and force update outdated config files
-MAKEFILE_VERSION:=5
+MAKEFILE_VERSION:=6
# CONFIG_WRITER have to be found even for manual configuration
CONFIG_WRITER=makefiledir/Makefile.config_writer