diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:16:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:16:15 +0000 |
commit | 684208b8ab202090a56de11af64fbaffc47765bf (patch) | |
tree | 1cb251fb9a92d10cde579f600e9cdb15ecf473a3 /io/source | |
parent | cf2bee5597df113ba3fedbd535e17fcb2dc94934 (diff) |
INTEGRATION: CWS sb71 (1.14.26); FILE MERGED
2007/06/14 15:06:17 sb 1.14.26.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'io/source')
-rw-r--r-- | io/source/TextInputStream/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk index 7b2fa4af5f4d..7bf05f6ad69a 100644 --- a/io/source/TextInputStream/makefile.mk +++ b/io/source/TextInputStream/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:57:10 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:16:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,6 +58,7 @@ SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) |