summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-11-08 21:11:52 +0000
committerbjarni <bjarni@openttd.org>2004-11-08 21:11:52 +0000
commit72880f2dad5e322eae65fbd66787c26e710802e2 (patch)
treeadd5e5ee1343e05a60eaede175f68d5ff314977c /makefiledir
parent2cf5b77d0b6497add20c8135e75c5a3b583f3455 (diff)
downloadopenttd-72880f2dad5e322eae65fbd66787c26e710802e2.tar.xz
(svn r530) Makefile: added ability to switch asserts on and off
Updated makefile.config to versiontag 2 for autoupdating purposes
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index e2c698e99..0c3d669d3 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -27,6 +27,10 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,SUPRESS_LANG_ERRORS:=$(SUPRESS_LANG_ERRORS))
$(call CONFIG_LINE,)
+ $(call CONFIG_LINE,\# Enable asserts)
+ $(call CONFIG_LINE,ENABLE_ASSERTS:=$(ENABLE_ASSERTS))
+ $(call CONFIG_LINE,)
+
$(call CONFIG_LINE,\# See Makefile for details on these paths)
$(call CONFIG_LINE,\# Folders should not end with /)
$(call CONFIG_LINE,INSTALL:=$(INSTALL))