diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:41:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:41:39 +0000 |
commit | 5df228d957accfd915dae077c3c2f01a056418a4 (patch) | |
tree | fc7fdc016f9a28836fe4b776eebb9b0e40349334 | |
parent | 5d9c1339bf46161f9bdd4b508b86d7a756e2c5ea (diff) |
INTEGRATION: CWS supdremove02 (1.5.22); FILE MERGED
2008/01/28 08:09:31 rt 1.5.22.1: #i85482# Remove UPD from library name
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/util/makefile.mk | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/util/makefile.mk b/xmlsecurity/tools/standalone/csfit/util/makefile.mk index 6ab5e351436a..4bc615e345df 100644 --- a/xmlsecurity/tools/standalone/csfit/util/makefile.mk +++ b/xmlsecurity/tools/standalone/csfit/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:03 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:41:39 $ # # 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-secfit-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" |