summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components/CppComponent
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-09 09:37:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-09 09:37:31 +0000
commitec49eff4f27fc89bda6850f473fb648db6372ef1 (patch)
treec3fc672aae7e865ebdf4eb972429a67d75966796 /odk/examples/DevelopersGuide/Components/CppComponent
parentb765113bb36639b75372822d7f21c1c99cbe9fdb (diff)
INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED
2003/07/03 14:53:57 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
Diffstat (limited to 'odk/examples/DevelopersGuide/Components/CppComponent')
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
index 1836202df24d..9b8010a9e725 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2003-06-30 15:12:55 $
+# last change: $Author: vg $ $Date: 2003-07-09 10:37:31 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -126,7 +126,7 @@ $(OUT_BIN)/%.zip : $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) $(OUT_COMP_GEN)/%.rdb
-$(MKDIR) $(subst /,$(PS),$(@D))
-$(MKDIR) $(subst /,$(PS),$(OUT_COMP_GEN)/$(PACKAGE_LIB_DIR))
$(COPY) $(subst /,$(PS),$<) $(subst /,$(PS),$(OUT_COMP_GEN)/$(PACKAGE_LIB_DIR))
- cd $(OUT_COMP_GEN) && jar cvfM ../../bin/$(@F) $(basename $(@F)).rdb $(PACKAGE_LIB_DIR)/$(<F)
+ cd $(subst /,$(PS),$(OUT_COMP_GEN)) && jar cvfM ../../bin/$(@F) $(basename $(@F)).rdb $(PACKAGE_LIB_DIR)/$(<F)
$(REGISTERFLAG) : $(COMPONENT_PACKAGE)
ifneq "$(SDK_AUTO_DEPLOYMENT)" ""