diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:47:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:47:15 +0000 |
commit | 5ce3b4852ca6bf68c15bd5d7c52f59b0ec9f13d5 (patch) | |
tree | 1e582def994cf4adbc5514f11a2da6344950df51 /padmin/source | |
parent | c5590bc677ec208eeeaeb21a28d67308ac6ee4aa (diff) |
INTEGRATION: CWS supdremove02 (1.19.40); FILE MERGED
2008/01/28 11:13:48 rt 1.19.40.1: #i85482# Remove UPD from library name
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk index 5360f8334ab9..818c448d952e 100644 --- a/padmin/source/makefile.mk +++ b/padmin/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: kz $ $Date: 2007-06-18 16:36:03 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:47:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -83,11 +83,11 @@ SLOFILES=\ OBJFILES=\ $(OBJ)/pamain.obj -SHL1TARGET= spa$(UPD)$(DLLPOSTFIX) +SHL1TARGET= spa$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(VCLLIB) \ - -lpsp$(UPD)$(DLLPOSTFIX) \ + -lpsp$(DLLPOSTFIX) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(COMPHELPERLIB) \ |