Makefile.msvc
changeset 10239 cf55a4c21e7f
parent 10057 a6dea11e197d
--- a/Makefile.msvc	Tue Oct 14 19:27:08 2008 +0000
+++ b/Makefile.msvc	Tue Oct 14 19:47:28 2008 +0000
@@ -20,7 +20,7 @@
 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)