From eca4cb73f70bad97a0d33c4ed2d57eb3c9a1d3fd Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 11:50:45 +0000 Subject: INTEGRATION: CWS sb76 (1.3.38); FILE MERGED 2007/08/31 11:00:10 sb 1.3.38.1: #i77885# Consolidate stoc libraries; patch by jnavrati. --- cppuhelper/qa/propertysetmixin/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppuhelper/qa/propertysetmixin') diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk index c2760f18c365..2fdb3493cd3a 100644 --- a/cppuhelper/qa/propertysetmixin/makefile.mk +++ b/cppuhelper/qa/propertysetmixin/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:07:39 $ +# last change: $Author: hr $ $Date: 2007-09-27 12:50:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -100,7 +100,7 @@ $(MISC)$/$(TARGET)$/uno.rdb .ERRREMOVE: $(MISC)$/$(TARGET)$/types.rdb \ $(REGMERGE) $@ / $(MISC)$/$(TARGET)$/types.rdb $(REGCOMP) -register -r $@ -c javaloader.uno$(DLLPOST) \ -c javavm.uno$(DLLPOST) -c reflection.uno$(DLLPOST) \ - -c uriproc.uno$(DLLPOST) + -c stocservices.uno$(DLLPOST) $(REGCOMP) -register -r $@ \ -c $(subst,$/,/ $(DLLDEST)$/$(SHL2TARGET)$(DLLPOST)) $(REGCOMP) -register -br $(MISC)$/$(TARGET)$/bootstrap.rdb -r $@ \ @@ -113,7 +113,7 @@ $(MISC)$/$(TARGET)$/bootstrap.rdb .ERRREMOVE: - $(MKDIR) $(@:d) $(COPY) $(SOLARBINDIR)$/types.rdb $@ $(REGCOMP) -register -r $@ -c javaloader.uno$(DLLPOST) \ - -c javavm.uno$(DLLPOST) -c uriproc.uno$(DLLPOST) + -c javavm.uno$(DLLPOST) -c stocservices.uno$(DLLPOST) $(MISC)$/$(TARGET)$/cppumaker.flag: $(MISC)$/$(TARGET)$/types.rdb $(CPPUMAKER) -O$(MISC)$/$(TARGET)$/inc -BUCR -Gc \ -- cgit