Kaydet (Commit) 45f8145b authored tarafından Michael Mi's avatar Michael Mi

bugfix in makefile.mk

Issue number:
Submitted by:
Reviewed by:
üst db32d899
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1.1.1 $ # $Revision: 1.2 $
# #
# last change: $Author: mt $ $Date: 2004-07-12 13:15:31 $ # last change: $Author: mmi $ $Date: 2004-07-14 03:56:55 $
# #
# 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
...@@ -174,7 +174,7 @@ SHL4STDLIBS=\ ...@@ -174,7 +174,7 @@ SHL4STDLIBS=\
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
SHL4STDLIBS+= "xmlsec.lib" "xsec_xmlsec.lib" SHL4STDLIBS+= "xmlsec.lib" "xsec_xmlsec.lib"
.ELSE .ELSE
SHL4STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec" "-lxmlsec-nss" "-lhelper" "-ldialogs" "-lxsec_xmlsec" SHL4STDLIBS+= "-lxmlsec" "-lxsec_xmlsec"
.ENDIF .ENDIF
......
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