From d6afcaf247cafdefc58ea7fb3ac51b67ca955eb8 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 16:28:51 +0000 Subject: INTEGRATION: CWS supdremove02 (1.49.56); FILE MERGED 2008/01/28 16:02:03 rt 1.49.56.1: #i85482# Remove UPD from library name --- sfx2/util/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/util') diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index ac5f84b07781..9d3e523f0283 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.49 $ +# $Revision: 1.50 $ # -# last change: $Author: rt $ $Date: 2007-11-06 16:04:38 $ +# last change: $Author: obo $ $Date: 2008-02-25 17:28:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ LIB2TARGET= $(LB)$/$(TARGET).lib LIB2FILES= $(LB)$/isfx.lib .ENDIF -SHL1TARGET= sfx$(UPD)$(DLLPOSTFIX) +SHL1TARGET= sfx$(DLLPOSTFIX) SHL1IMPLIB= isfx SHL1USE_EXPORTS=ordinal @@ -145,7 +145,7 @@ PKGCONFIG_MODULES=gtk+-2.0 .INCLUDE: pkg_config.mk CFLAGS+=$(PKGCONFIG_CFLAGS) -SHL3TARGET=qstart_gtk$(UPD)$(DLLPOSTFIX) +SHL3TARGET=qstart_gtk$(DLLPOSTFIX) SHL3LIBS=$(SLB)$/quickstart.lib SHL3DEPN=$(SHL1IMPLIBN) $(SHL1TARGETN) # libs for gtk plugin -- cgit