diff options
author | rubidium <rubidium@openttd.org> | 2009-07-08 19:32:57 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-08 19:32:57 +0000 |
commit | 2ba7e31971b006a503366b1ed69492708d8ec08c (patch) | |
tree | 9a65bab73b39863e1fccdf034ad6f767f1532931 | |
parent | 07924a47d01cc8b69607b3516a0d123a38a6193f (diff) | |
download | openttd-2ba7e31971b006a503366b1ed69492708d8ec08c.tar.xz |
(svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings
-rw-r--r-- | Makefile.msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.msvc b/Makefile.msvc index 0d88f6685..ae3aa6da4 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -19,7 +19,7 @@ BIN_DIR = "$(ROOT_DIR)/bin" SRC_DIR = "$(ROOT_DIR)/src" BUNDLE_DIR = "$(ROOT_DIR)/bundle" BUNDLES_DIR = "$(ROOT_DIR)/bundles" -TTD = "openttd.exe" +TTD = openttd.exe TARGET := $(shell echo $(PLATFORM) | sed "s@win64@x64@;s@win32@Win32@") all: |