Changeset - r12339:ced7f436fd0f
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-07-08 19:32:57
rubidium@openttd.org
(svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.msvc
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)