xmlsec r996 - trunk/examples
- From: aleksey svn gnome org
- To: svn-commits-list gnome org
- Subject: xmlsec r996 - trunk/examples
- Date: Sun, 20 Apr 2008 22:11:31 +0100 (BST)
Author: aleksey
Date: Sun Apr 20 21:11:31 2008
New Revision: 996
URL: http://svn.gnome.org/viewvc/xmlsec?rev=996&view=rev
Log:
fix static libs linking
Modified:
trunk/examples/Makefile.w32
Modified: trunk/examples/Makefile.w32
==============================================================================
--- trunk/examples/Makefile.w32 (original)
+++ trunk/examples/Makefile.w32 Sun Apr 20 21:11:31 2008
@@ -30,7 +30,7 @@
!IF "$(XMLSEC_CRYPTO)" == "openssl"
XMLSEC_CFLAGS = $(XMLSEC_CFLAGS) /D "XMLSEC_CRYPTO_OPENSSL" /D "XMLSEC_CRYPTO=\"openssl\""
XMLSEC_SOLIBS = libxmlsec-openssl.lib libeay32.lib wsock32.lib user32.lib gdi32.lib
-XMLSEC_ALIBS = libxmlsec-openssl.lib libeay32.lib wsock32.lib user32.lib gdi32.lib
+XMLSEC_ALIBS = libxmlsec-openssl_a.lib libeay32.lib wsock32.lib user32.lib gdi32.lib
!ENDIF
!IF "$(XMLSEC_CRYPTO)" == "nss"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]