diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:21:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:21:11 +0000 |
commit | 9600be24f88a7427a5768d54ffb26323df67a7d6 (patch) | |
tree | 666c346d5a84745de15ebcd049a83993100addca /cppu/util | |
parent | f50c321a37cac786de1a62c7fd68b6d96a571958 (diff) |
INTEGRATION: CWS sb71 (1.2.4); FILE MERGED
2007/06/14 15:03:35 sb 1.2.4.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/extra.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/util/extra.mk b/cppu/util/extra.mk index 3218cb85b..142649bf3 100644 --- a/cppu/util/extra.mk +++ b/cppu/util/extra.mk @@ -4,9 +4,9 @@ # # $RCSfile: extra.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:50:52 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:21:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,13 +53,14 @@ SHL3IMPLIB := i$(SHL3TARGET) SHL3STDLIBS := $(purpenv_helper_LIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) SHL3DEF := empty.def SHL3OBJS := $(SLO)$/UnsafeBridge.obj +SHL3RPATH := URELIB SHL4TARGET := affine_uno_uno SHL4IMPLIB := i$(SHL4TARGET) SHL4STDLIBS := $(purpenv_helper_LIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) SHL4DEF := empty.def SHL4OBJS := $(SLO)$/AffineBridge.obj - +SHL4RPATH := URELIB # --- Targets ------------------------------------------------------ |