diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:28:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:28:51 +0000 |
commit | d6afcaf247cafdefc58ea7fb3ac51b67ca955eb8 (patch) | |
tree | 1f732036b43f49dde0603a3406eccbc6bc958ca2 /sfx2/util | |
parent | 5c069a68701138a1d9606c396c35b171db1b2419 (diff) |
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
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 |