diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:23:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:23:00 +0000 |
commit | 24fb82d405576cad157acdc84ad02206f517208d (patch) | |
tree | 1ddcfa8ef46ab97bff3dc64ebf59beff7ca27f24 /store | |
parent | 44feef9fc6e22cc6e37e366ccc4b31f7d1688474 (diff) |
INTEGRATION: CWS sb71 (1.19.6); FILE MERGED
2007/07/18 08:42:38 sb 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED
2007/06/14 15:05:01 sb 1.19.6.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'store')
-rw-r--r-- | store/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index be470d72fe45..78e235316f3b 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: rt $ $Date: 2007-07-05 08:57:12 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:23:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,6 +94,8 @@ SHL1STDLIBS+= -lsupc++ -lgcc_s SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1LIBS= $(SLB)$/store.lib +SHL1RPATH= URELIB + # --- Def-File --- |