summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-05-16 12:36:33 +0000
committerrubidium <rubidium@openttd.org>2009-05-16 12:36:33 +0000
commita34d5bb6abb825b366e9b5e215266587936f9365 (patch)
tree7602ba93143041429fc457b9cc4877377219f276 /Makefile.msvc
parentdb7e24e211ce8c72a0ddd3a7094bf24de4777678 (diff)
downloadopenttd-a34d5bb6abb825b366e9b5e215266587936f9365.tar.xz
(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.
Diffstat (limited to 'Makefile.msvc')
-rw-r--r--Makefile.msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.msvc b/Makefile.msvc
index 826ff8543..0d88f6685 100644
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -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)