summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
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: