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