summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-26 13:12:45 +0000
committerrubidium <rubidium@openttd.org>2008-11-26 13:12:45 +0000
commit5dd4735da1b08170c36c004d439e6484f7cd2715 (patch)
treec580b06966266044ef5c0a54b557d872556e989d /Makefile.src.in
parentb0a9ce2d9a71e5d53e78ccaac3fae5bf79f76a91 (diff)
downloadopenttd-5dd4735da1b08170c36c004d439e6484f7cd2715.tar.xz
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 7a1bb7384..d6d268d9a 100644
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -259,6 +259,10 @@ else
endif
ifdef STRIP
$(Q)$(STRIP) $@
+ifeq ($(OS), DOS)
+ $(E) '$(STAGE) Adding CWSDPMI stub to $@'
+ $(Q)$(ROOT_DIR)/os/dos/make_dos_binary_selfcontained.sh $(SRC_OBJS_DIR)/$@
+endif
endif
# The targets to compile the endian-code