INTEGRATION: CWS xmlsec08 (1.4.10); FILE MERGED
2005/01/20 09:15:48 mmi 1.4.10.1: Issue number: 38417 Submitted by: Reviewed by:
This commit is contained in:
parent
6ad8286812
commit
1e8ddc384d
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.4 $
|
# $Revision: 1.5 $
|
||||||
#
|
#
|
||||||
# last change: $Author: rt $ $Date: 2004-11-26 15:02:02 $
|
# last change: $Author: vg $ $Date: 2005-03-10 18:19:34 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to the terms of
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -101,10 +101,10 @@ APP1STDLIBS= $(CPPULIB) \
|
||||||
$(SVXLIB)
|
$(SVXLIB)
|
||||||
|
|
||||||
.IF "$(GUI)"=="WNT"
|
.IF "$(GUI)"=="WNT"
|
||||||
#APP1STDLIBS+= "xmlsec.lib" "helper.lib" "dialogs.lib" "xsec_xmlsec.lib"
|
#APP1STDLIBS+= "libxmlsec.lib" "helper.lib" "dialogs.lib" "xsec_xmlsec.lib"
|
||||||
APP1STDLIBS+= "xsec_xmlsec.lib"
|
APP1STDLIBS+= "xsec_xmlsec.lib"
|
||||||
.ELSE
|
.ELSE
|
||||||
#APP1STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec" "-lhelper" "-ldialogs" "-lxsec_xmlsec"
|
#APP1STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec1" "-lhelper" "-ldialogs" "-lxsec_xmlsec"
|
||||||
APP1STDLIBS+= "-lxsec_xmlsec"
|
APP1STDLIBS+= "-lxsec_xmlsec"
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue