summaryrefslogtreecommitdiff
path: root/readme.txt
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 /readme.txt
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 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 68cc47200..36c2af6e4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -476,9 +476,9 @@ DOS:
website. Compilation is straight forward: use make, but do a './configure'
before the first build. The build binary will need cwsdpmi.exe to be in
the same directory as the openttd executable. cwsdpmi.exe can be found in
- the os/dos subdirectory. If you compile with stripping turned on a binary
- will be generated that does not need cwsdpmi.exe by adding the cswdstub.exe
- to the created OpenTTD binary.
+ the os/dos/cwsdpmi subdirectory. If you compile with stripping turned on a
+ binary will be generated that does not need cwsdpmi.exe by adding the
+ cswdstub.exe to the created OpenTTD binary.
7.1) Required/optional libraries
---- ---------------------------