diff Makefile.msvc @ 12961:d47724c1c01f draft

(svn r17454) -Codechange: some alignment in Makefile*.in
author smatz <smatz@openttd.org>
date Mon, 07 Sep 2009 13:33:45 +0000
parents bc7926153e19
children d1eb025f40de
line wrap: on
line diff
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -20,14 +20,14 @@
 	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)