Kaydet (Commit) fb150419 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS xmlsec08 (1.5.10); FILE MERGED

2005/02/04 09:21:09 mmi 1.5.10.3: minor bug fix
Issue number:
Submitted by:
Reviewed by:
2005/01/28 02:17:53 mmi 1.5.10.2: test
Issue number:
Submitted by:
Reviewed by:
2005/01/20 09:15:45 mmi 1.5.10.1:
Issue number:  38417
Submitted by:
Reviewed by:
üst c07cdb6f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: rt $ $Date: 2004-11-26 15:00:03 $ # last change: $Author: vg $ $Date: 2005-03-10 18:15:03 $
# #
# 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
...@@ -93,12 +93,12 @@ SHARE_LIBS = \ ...@@ -93,12 +93,12 @@ SHARE_LIBS = \
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
.IF "$(CRYPTO_ENGINE)" == "mscrypto" .IF "$(CRYPTO_ENGINE)" == "mscrypto"
SHARE_LIBS+= "libxml2.lib" "nss3.lib" "nspr4.lib" "xmlsec.lib" "xmlsec-mscrypto.lib" "helper.lib" "xsec_xmlsec.lib" SHARE_LIBS+= "libxml2.lib" "nss3.lib" "nspr4.lib" "libxmlsec.lib" "libxmlsec-mscrypto.lib" "helper.lib" "xsec_xmlsec.lib"
.ELSE .ELSE
SHARE_LIBS+= "libxml2.lib" "nss3.lib" "nspr4.lib" "xmlsec.lib" "xmlsec-nss.lib" "helper.lib" "xsec_xmlsec.lib" SHARE_LIBS+= "libxml2.lib" "nss3.lib" "nspr4.lib" "libxmlsec.lib" "libxmlsec-nss.lib" "helper.lib" "xsec_xmlsec.lib"
.ENDIF .ENDIF
.ELSE .ELSE
SHARE_LIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec" "-lxmlsec-nss" "helper.lib" "-lxsec_xmlsec" SHARE_LIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec1" "-lxmlsec1-nss" "helper.lib" "-lxsec_xmlsec"
.ENDIF .ENDIF
SHARE_OBJS = \ SHARE_OBJS = \
...@@ -150,6 +150,20 @@ APP3STDLIBS+= -lstdc++ ...@@ -150,6 +150,20 @@ APP3STDLIBS+= -lstdc++
APP3STDLIBS+= \ APP3STDLIBS+= \
$(SHARE_LIBS) $(SHARE_LIBS)
#
# The 4rd application
#
#APP4TARGET= moz_profile
APP4OBJS= \
$(SLO)$/moz_profile.obj
.IF "$(OS)" == "LINUX"
APP4STDLIBS+= -lstdc++
.ENDIF
APP4STDLIBS+= \
$(SHARE_LIBS)
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
.INCLUDE : target.mk .INCLUDE : target.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment