1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r16318) -Change: use !! instead of @@ in src/*.in too.

-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
This commit is contained in:
rubidium
2009-05-16 12:36:33 +00:00
parent db7e24e211
commit a34d5bb6ab
9 changed files with 112 additions and 112 deletions

View File

@@ -20,7 +20,7 @@ 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~")
TARGET := $(shell echo $(PLATFORM) | sed "s@win64@x64@;s@win32@Win32@")
all:
$(Q)cp objs/$(TARGET)/Release/$(TTD) $(BIN_DIR)/$(TTD)