diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:41:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:41:52 +0000 |
commit | c3cde7e8cbcdf468217cbda6103cba0f1c38bec9 (patch) | |
tree | 620f09b01c6dafbb6f60f8a5722c004436897f3f /xmlsecurity/tools | |
parent | 5df228d957accfd915dae077c3c2f01a056418a4 (diff) |
INTEGRATION: CWS supdremove02 (1.5.22); FILE MERGED
2008/01/28 08:09:32 rt 1.5.22.1: #i85482# Remove UPD from library name
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/util/makefile.mk | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk index b30e9c4be395..1e6bcd30401a 100644 --- a/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk +++ b/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2007-11-06 15:48:19 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:41:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ PRJNAME=xmlsecurity TARGET=xmlsecurity-mscsfit-boot TARGETTYPE=GUI -VERSION=$(UPD) GEN_HID=TRUE APP2NOSAL=TRUE @@ -59,12 +58,12 @@ ALLTAR : $(BIN)$/boot_services.rdb REGISTERLIBS= \ i18npool.uno$(DLLPOST) \ - $(DLLPRE)tk$(UPD)$(DLLPOSTFIX)$(DLLPOST) \ + $(DLLPRE)tk$(DLLPOSTFIX)$(DLLPOST) \ $(DLLPRE)mcnttype$(DLLPOST) -# $(DLLPRE)i18n$(UPD)$(DLLPOSTFIX)$(DLLPOST) \ -# $(DLLPRE)i18npool$(UPD)$(DLLPOSTFIX)$(DLLPOST) \ -# $(DLLPRE)tk$(UPD)$(DLLPOSTFIX)$(DLLPOST) \ +# $(DLLPRE)i18n$(DLLPOSTFIX)$(DLLPOST) \ +# $(DLLPRE)i18npool$(DLLPOSTFIX)$(DLLPOST) \ +# $(DLLPRE)tk$(DLLPOSTFIX)$(DLLPOST) \ # $(DLLPRE)mcnttype$(DLLPOST) # Additional libraries @@ -79,7 +78,7 @@ REGISTERLIBS+= \ .IF "$(GUI)" == "UNX" MY_DLLDIR=$(SOLARLIBDIR) REGISTERLIBS+= \ - $(DLLPRE)dtransX11$(UPD)$(DLLPOSTFIX)$(DLLPOST) + $(DLLPRE)dtransX11$(DLLPOSTFIX)$(DLLPOST) .ELSE # "$(GUI)" == "UNX" .IF "$(GUI)"=="WNT" |