diff options
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r-- | Makefile.bundle.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 998ffac89..f9625f80c 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -83,6 +83,12 @@ ifeq ($(shell if test -n "`ls -l \"$(BIN_DIR)/scenario/heightmaps/\"* 2>/dev/nul endif ifeq ($(TTD), openttd.exe) $(Q)unix2dos "$(BUNDLE_DIR)/docs/"* "$(BUNDLE_DIR)/readme.txt" "$(BUNDLE_DIR)/COPYING" "$(BUNDLE_DIR)/changelog.txt" "$(BUNDLE_DIR)/known-bugs.txt" +ifeq ($(OS), DOS) + $(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi.txt" "$(BUNDLE_DIR)/docs/" +ifndef STRIP + $(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi.exe" "$(TTD_DIR)/" +endif +endif endif ### Packing the current bundle into several compressed file formats ### |