diff options
author | truelight <truelight@openttd.org> | 2005-07-10 14:57:43 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-07-10 14:57:43 +0000 |
commit | 48b3b8699d7db88ae9307e319535c8ec5b236824 (patch) | |
tree | d80479fbf61384ebe9e039f86a4290aefd69ff45 /makefiledir/Makefile.config_writer | |
parent | 84faec4c4341a2310d9e97bc75170231ba5b1d43 (diff) | |
download | openttd-48b3b8699d7db88ae9307e319535c8ec5b236824.tar.xz |
(svn r2542) -Add: [GPMI] Added GPMI (http://sourceforge.net/projects/libgpmi/)
support to OpenTTD in preperation of AIScripts (long term). It is OFF
by default. Add GPMI:=1 to Makefile.config to enable.
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-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 615517f98..caadb188b 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -29,6 +29,7 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,SUPRESS_LANG_ERRORS:=$(SUPRESS_LANG_ERRORS)) $(call CONFIG_LINE,WITH_NETWORK:=$(WITH_NETWORK)) $(call CONFIG_LINE,DEDICATED:=$(DEDICATED)) + $(call CONFIG_LINE,GPMI:=$(GPMI)) $(call CONFIG_LINE,) $(call CONFIG_LINE,\# Disable asserts. Leave them on for easier bug finding) |