summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:55:50 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:55:50 +0000
commit6598bdbf5c17058a7f12dfa0c1e234774ea8b318 (patch)
tree8b7a4273b4ec4f561fbe00b9ba784f886b67d397 /vcl/util
parent07e525d2cdc0b12fe91fe591386704b02eaebc2a (diff)
INTEGRATION: CWS supdremove02 (1.2.188); FILE MERGED
2008/01/31 16:13:23 rt 1.2.188.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/25 15:14:34 rt 1.2.188.1: #i85482# Remove UPD from library names.
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/linksvp/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/util/linksvp/makefile.mk b/vcl/util/linksvp/makefile.mk
index d2371c5b158e..366acb1eb77f 100644
--- a/vcl/util/linksvp/makefile.mk
+++ b/vcl/util/linksvp/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2008-01-29 16:24:08 $
+# last change: $Author: obo $ $Date: 2008-02-25 16:55:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,13 +51,13 @@ LINKFLAGSRUNPATH_OOO := -R/usr/sfw/lib $(LINKFLAGSRUNPATH_OOO)
# headless plugin
LIB1TARGET=$(SLB)$/isvpplug
LIB1FILES= $(SLB)$/svpplug.lib
-SHL1TARGET=vclplug_svp$(UPD)$(DLLPOSTFIX)
+SHL1TARGET=vclplug_svp$(DLLPOSTFIX)
SHL1IMPLIB=isvpplug
SHL1LIBS=$(LIB1TARGET)
-SHL1DEPN=$(LB)$/libvcl$(UPD)$(DLLPOSTFIX)$(DLLPOST)
+SHL1DEPN=$(LB)$/libvcl$(DLLPOSTFIX)$(DLLPOST)
SHL1STDLIBS=\
$(VCLLIB)\
- -lpsp$(UPD)$(DLLPOSTFIX)\
+ -lpsp$(DLLPOSTFIX)\
$(BASEBMPLIB)\
$(BASEGFXLIB)\
$(SOTLIB) \