(svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings

This commit is contained in:
rubidium 2009-07-08 19:32:57 +00:00
parent 07924a47d0
commit 2ba7e31971
1 changed files with 1 additions and 1 deletions

View File

@ -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: