summaryrefslogtreecommitdiff
path: root/cppu/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:21:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:21:11 +0000
commit3721e67ae4b5e86173f241d692fb391a71e05ec0 (patch)
treef166b4395504b8d30442cc71dd7ac3ae60611ee0 /cppu/util
parentaf779e34fe5b236269fa0bd4679ffd014bd06839 (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.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/util/extra.mk b/cppu/util/extra.mk
index 3218cb85b4e6..142649bf37dc 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 ------------------------------------------------------