summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-07 13:33:45 +0000
committersmatz <smatz@openttd.org>2009-09-07 13:33:45 +0000
commit6e3591700fd1543a91c067624b15ee927cca996e (patch)
tree045a58522d1c9d4b4303220e646deea60b6d6dc4 /Makefile.msvc
parentd9164005212e4f6f680ee845ca85aea45de7ca4a (diff)
downloadopenttd-6e3591700fd1543a91c067624b15ee927cca996e.tar.xz
(svn r17454) -Codechange: some alignment in Makefile*.in
Diffstat (limited to 'Makefile.msvc')
-rw-r--r--Makefile.msvc14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.msvc b/Makefile.msvc
index 729847ffc..8ee1e7088 100644
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -20,14 +20,14 @@ else
Q = @
endif
-AWK = "awk"
-ROOT_DIR := $(shell pwd)
-BIN_DIR = "$(ROOT_DIR)/bin"
-SRC_DIR = "$(ROOT_DIR)/src"
-BUNDLE_DIR = "$(ROOT_DIR)/bundle"
+AWK = "awk"
+ROOT_DIR := $(shell pwd)
+BIN_DIR = "$(ROOT_DIR)/bin"
+SRC_DIR = "$(ROOT_DIR)/src"
+BUNDLE_DIR = "$(ROOT_DIR)/bundle"
BUNDLES_DIR = "$(ROOT_DIR)/bundles"
-TTD = openttd.exe
-TARGET := $(shell echo $(PLATFORM) | sed "s@win64@x64@;s@win32@Win32@")
+TTD = openttd.exe
+TARGET := $(shell echo $(PLATFORM) | sed "s@win64@x64@;s@win32@Win32@")
all:
$(Q)cp objs/$(TARGET)/Release/$(TTD) $(BIN_DIR)/$(TTD)