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:
@@ -55,7 +55,7 @@ ifeq "$(PLATFORM)" "windows"
|
|||||||
# Settings for Windows using Microsoft compiler/linker
|
# Settings for Windows using Microsoft compiler/linker
|
||||||
|
|
||||||
OS=WIN
|
OS=WIN
|
||||||
PS=\\
|
PS:=$(strip \ )
|
||||||
ICL=$$
|
ICL=$$
|
||||||
CC=cl
|
CC=cl
|
||||||
LINK=link
|
LINK=link
|
||||||
|
Reference in New Issue
Block a user