diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:55:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:55:36 +0000 |
commit | 41d2fc3dd1688087819904aed873befae5ffc423 (patch) | |
tree | 9b930b7dedfdb67af06c62a93a7358f00b7dfe50 /forms/util | |
parent | 8ccad05c698fb21fd1709e2d55cd8652a6344da6 (diff) |
INTEGRATION: CWS supdremove02 (1.18.34); FILE MERGED
2008/01/28 14:14:01 rt 1.18.34.1: #i85482# Remove UPD from library name
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index c4a181638753..e31476c91238 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:17:31 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:55:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ LIB1FILES=\ $(SLB)$/xformssubmit.lib \ $(SLB)$/xformsxpath.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SALLIB) \ |