INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED

2003/07/03 14:53:55 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
This commit is contained in:
Vladimir Glazounov
2003-07-09 09:37:11 +00:00
parent b3a9a7f39a
commit 56af2ee833

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: hr $ $Date: 2003-06-30 15:11:35 $
# last change: $Author: vg $ $Date: 2003-07-09 10:37:11 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -112,7 +112,7 @@ $(OUT_BIN)/%.zip : $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) Addons.xcu ProtocolHandle
$(COPY) $(subst /,$(PS),$<) $(subst /,$(PS),$(OUT_COMP_GEN)/$(PACKAGE_LIB_DIR))
$(COPY) Addons.xcu $(subst /,$(PS),$(OUT_COMP_GEN))
$(COPY) ProtocolHandler.xcu $(subst /,$(PS),$(OUT_COMP_GEN))
cd $(OUT_COMP_GEN) && jar cvfM ../../bin/$(@F) $(PACKAGE_LIB_DIR)/$(<F) Addons.xcu ProtocolHandler.xcu
cd $(subst /,$(PS),$(OUT_COMP_GEN)) && jar cvfM ../../bin/$(@F) $(PACKAGE_LIB_DIR)/$(<F) Addons.xcu ProtocolHandler.xcu
$(REGISTERFLAG) : $(COMPONENT_PACKAGE)
ifneq "$(SDK_AUTO_DEPLOYMENT)" ""