diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 10:59:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 10:59:56 +0000 |
commit | dd7e49c714a5d9847b21b993dfe8fce1f7b44f33 (patch) | |
tree | 39498233d194f2dbd1af892deebb62ccfc2e75aa /stoc/source/corereflection | |
parent | 85f4c8a27368d385d95d277193dc5093c3090b9d (diff) |
INTEGRATION: CWS sb71 (1.12.44); FILE MERGED
2007/06/14 15:07:07 sb 1.12.44.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'stoc/source/corereflection')
-rw-r--r-- | stoc/source/corereflection/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/corereflection/makefile.mk b/stoc/source/corereflection/makefile.mk index 247bc704f8b5..d6903f3ee288 100644 --- a/stoc/source/corereflection/makefile.mk +++ b/stoc/source/corereflection/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:46:27 $ +# last change: $Author: vg $ $Date: 2007-10-15 11:59:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,6 +73,7 @@ SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1RPATH= URELIB DEF1NAME= $(SHL1TARGET) |