diff options
author | Darkvater <darkvater@openttd.org> | 2006-12-10 00:20:26 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-12-10 00:20:26 +0000 |
commit | 14363bfb511ac9d81beaa31783ea54c8c8c6e8c4 (patch) | |
tree | aaa2dfc73ef6e44ff99d063798b851c407836952 /makefiledir | |
parent | 74106ce6e90c2871ac78f21390ce01da6ec4f209 (diff) | |
download | openttd-14363bfb511ac9d81beaa31783ea54c8c8c6e8c4.tar.xz |
(svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley)
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 49b54e4f8..a956d9e62 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -84,6 +84,7 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,FREEBSD:=$(FREEBSD)) $(call CONFIG_LINE,MORPHOS:=$(MORPHOS)) $(call CONFIG_LINE,BEOS:=$(BEOS)) + $(call CONFIG_LINE,OS2:=$(OS2)) $(call CONFIG_LINE,SUNOS:=$(SUNOS)) $(call CONFIG_LINE,CYGWIN:=$(CYGWIN)) $(call CONFIG_LINE,MINGW:=$(MINGW)) |