Properly set PS to a single backslash for Windows

I guess all those $(subst \\,\,...) in odk/examples/.../Makefile are only
workarounds for a broken PS setting and could go, too.

Change-Id: I2e44108f23803e1f49157a91be11af5ad860673c
This commit is contained in:
Stephan Bergmann
2013-04-18 14:03:41 +02:00
parent 1974692316
commit fe6c9239d7

View File

@@ -55,7 +55,7 @@ ifeq "$(PLATFORM)" "windows"
# Settings for Windows using Microsoft compiler/linker
OS=WIN
PS=\\
PS:=$(strip \ )
ICL=$$
CC=cl
LINK=link