From 2ba7e31971b006a503366b1ed69492708d8ec08c Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 8 Jul 2009 19:32:57 +0000 Subject: [PATCH] (svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings --- Makefile.msvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.msvc b/Makefile.msvc index 0d88f6685c..ae3aa6da47 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: