summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2013-09-19 07:42:13 +0000
committermatthijs <matthijs@openttd.org>2013-09-19 07:42:13 +0000
commite25844cdf2d243ea62dff53056819887ddfe610f (patch)
treed4827f8c464da5d179e756381b84fd1b59f19143 /Makefile.bundle.in
parent0e7bfdfbd40168884a4072f1ecd27d70be8b0ceb (diff)
downloadopenttd-e25844cdf2d243ea62dff53056819887ddfe610f.tar.xz
(svn r25780) -Change: [DOS] Put cwsdpmi and exe2coff files in subdirectories.
- Since these are different components, distributed under a different license, mixing them in the same directory is confusing.
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index f3096eb46..63edb62d9 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -90,9 +90,9 @@ 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/"
+ $(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi/cwsdpmi.txt" "$(BUNDLE_DIR)/docs/"
ifndef STRIP
- $(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi.exe" "$(TTD_DIR)/"
+ $(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi/cwsdpmi.exe" "$(TTD_DIR)/"
endif
endif
endif