diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:03:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:03:40 +0000 |
commit | 16b32118394d699e641ef2183d37c4f0ffde934d (patch) | |
tree | f3c3aee55ad428bb5b42a9edca6069c17befd1e1 /stoc | |
parent | 4b6269c99066393645e615f81c7003c784056983 (diff) |
INTEGRATION: CWS sb71 (1.2.2); FILE MERGED
2007/10/04 12:57:58 sb 1.2.2.1: #i75466# Moved SHLnRPATHs across cwsresync.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stoc/util/makefile.mk b/stoc/util/makefile.mk index da98ed06fec0..3226224155fd 100644 --- a/stoc/util/makefile.mk +++ b/stoc/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2007-09-27 13:09:18 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:03:40 $ # # 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) @@ -93,6 +94,7 @@ SHL2DEPN= SHL2IMPLIB= istocservices.uno SHL2LIBS= $(SLB)$/stocservices.uno.lib SHL2DEF= $(MISC)$/$(SHL2TARGET).def +SHL2RPATH= URELIB DEF2NAME= $(SHL2TARGET) |