odk/settings/settings.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fe6c9239d787a5d6057addbd38c5bb42760bbceb Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Apr 18 14:03:41 2013 +0200 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 diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk index acaabbc..b69724a 100644 --- a/odk/settings/settings.mk +++ b/odk/settings/settings.mk @@ -55,7 +55,7 @@ ifeq "$(PLATFORM)" "windows" # Settings for Windows using Microsoft compiler/linker OS=WIN -PS=\\ +PS:=$(strip \ ) ICL=$$ CC=cl LINK=link _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits