diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:17:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:17:03 +0000 |
commit | f27b6b4690fb7a61fe63c56495769895700ec839 (patch) | |
tree | 28d910eae8918997a3c1c21593082b3a4ffdb8c0 /io/source | |
parent | 39cdfe82a712845da454ce13971bf694f09cbbed (diff) |
INTEGRATION: CWS sb71 (1.11.2); FILE MERGED
2007/06/14 15:06:18 sb 1.11.2.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'io/source')
-rw-r--r-- | io/source/stm/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/io/source/stm/makefile.mk b/io/source/stm/makefile.mk index 36b5b47ab26d..77caf77afda0 100644 --- a/io/source/stm/makefile.mk +++ b/io/source/stm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:19:58 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:17:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,7 @@ SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) |