summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-08 19:32:57 +0000
committerrubidium <rubidium@openttd.org>2009-07-08 19:32:57 +0000
commit2ba7e31971b006a503366b1ed69492708d8ec08c (patch)
tree9a65bab73b39863e1fccdf034ad6f767f1532931 /Makefile.msvc
parent07924a47d01cc8b69607b3516a0d123a38a6193f (diff)
downloadopenttd-2ba7e31971b006a503366b1ed69492708d8ec08c.tar.xz
(svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings
Diffstat (limited to 'Makefile.msvc')
-rw-r--r--Makefile.msvc2
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: