diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:33:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:33:54 +0000 |
commit | 34e4fc1de76f1cc3bb7afca5e5147fbe819b55e1 (patch) | |
tree | 1ddd93dbaa80022720a248528b0754387c311f0c | |
parent | dd8bc12342277e3cc8fd3bee479c3d06f2642e9d (diff) |
INTEGRATION: CWS supdremove02 (1.20.140); FILE MERGED
2008/01/25 15:58:28 rt 1.20.140.1: #i85482# Remove UPD from library names.
-rw-r--r-- | extensions/source/propctrlr/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/makefile.mk b/extensions/source/propctrlr/makefile.mk index ad80568fe..dfc11b54f 100644 --- a/extensions/source/propctrlr/makefile.mk +++ b/extensions/source/propctrlr/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: kz $ $Date: 2007-05-10 10:49:01 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:33:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -116,7 +116,7 @@ RESLIB1NAME=$(TARGET) RESLIB1IMAGES=$(PRJ)$/res RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1VERSIONMAP= $(TARGET).map SHL1STDLIBS= \ |