From 1af758f45cdb723435dca75dd77437d5a3e99f58 Mon Sep 17 00:00:00 2001 From: Oliver Gesch Date: Fri, 16 Sep 2011 00:22:30 +0200 Subject: [PATCH] added path separator for NT machines --- Jamrules.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamrules.common b/Jamrules.common index 7ad058b049..0f0e5b6db3 100644 --- a/Jamrules.common +++ b/Jamrules.common @@ -29,6 +29,7 @@ # OS specifics # if $(NT) { + SLASH = \\ ; POSIXSHELL = sh ; NULLDEV = NUL ; CAT = type ;