diff options
author | rubidium <rubidium@openttd.org> | 2008-11-26 13:12:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-11-26 13:12:45 +0000 |
commit | 5dd4735da1b08170c36c004d439e6484f7cd2715 (patch) | |
tree | c580b06966266044ef5c0a54b557d872556e989d /configure | |
parent | b0a9ce2d9a71e5d53e78ccaac3fae5bf79f76a91 (diff) | |
download | openttd-5dd4735da1b08170c36c004d439e6484f7cd2715.tar.xz |
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ save_params make_cflags_and_ldflags EXE="" -if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "OS2" ] || [ "$os" = "WINCE" ]; then +if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "OS2" ] || [ "$os" = "DOS" ] || [ "$os" = "WINCE" ]; then EXE=".exe" fi |