summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/DocumentLoader
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-09 09:40:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-09 09:40:26 +0000
commit37b64956fc22d5603fa3fd79fd278c71599dc988 (patch)
tree6f8d8b28622af7de3881893d838556d69b586013 /odk/examples/cpp/DocumentLoader
parentc386a514f60c5d5bc4f75d466e6010a925a63498 (diff)
INTEGRATION: CWS sdk06 (1.13.2); FILE MERGED
2003/07/03 14:54:16 jsc 1.13.2.1: #110588# insert subst command to correct slashes for Windows < XP
Diffstat (limited to 'odk/examples/cpp/DocumentLoader')
-rw-r--r--odk/examples/cpp/DocumentLoader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/cpp/DocumentLoader/Makefile b/odk/examples/cpp/DocumentLoader/Makefile
index 2cc00ea610e4..6244b62a2072 100644
--- a/odk/examples/cpp/DocumentLoader/Makefile
+++ b/odk/examples/cpp/DocumentLoader/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: hr $ $Date: 2003-06-30 15:52:16 $
+# last change: $Author: vg $ $Date: 2003-07-09 10:40:26 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -131,7 +131,7 @@ CppDocumentLoaderExample : $(OUT_BIN)/DocumentLoader$(EXE_EXT) $(COMPOENNT_ENV_F
@echo --------------------------------------------------------------------------------
%.run: $(OUT_BIN)/DocumentLoader$(EXE_EXT)
- cd $(OUT_BIN) && $(basename $@) "../../examples/cpp/DocumentLoader/test.sxw"
+ cd $(subst /,$(PS),$(OUT_BIN)) && $(basename $@) "../../examples/cpp/DocumentLoader/test.sxw"
.PHONY: clean
clean :