1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(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.
This commit is contained in:
matthijs
2013-09-19 07:42:13 +00:00
parent 0e7bfdfbd4
commit e25844cdf2
10 changed files with 9 additions and 9 deletions

View File

@@ -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
---- ---------------------------