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 | 0a1384ab9a28d731e7ab2d1e55f79db8176a7a1f (patch) | |
tree | 5309a19935fe06f1956d79627725c10c9e601051 /xmlsecurity/tools/standalone | |
parent | 6f6c5173cba21b41afc8886ffff36841076ae6b3 (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/standalone')
-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 b30e9c4be..1e6bcd304 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" |