From: Adam Dickmeiss Date: Thu, 25 Sep 2008 09:49:12 +0000 (+0200) Subject: Updated for newer libxml2/libxslt X-Git-Tag: v1.1.0~112 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=540bc6dad4a6fa13e646b42d1d0f3fe5fa840917;p=pazpar2-moved-to-github.git Updated for newer libxml2/libxslt --- diff --git a/win/makefile b/win/makefile index b62f9ff..3e2579b 100644 --- a/win/makefile +++ b/win/makefile @@ -12,8 +12,8 @@ YAZ_DIR=..\..\yaz # Libxml2 + libxslt + associates ZLIB_DIR=\zlib-1.2.3.win32 ICONV_DIR=\iconv-1.9.2.win32 -LIBXML2_DIR=\libxml2-2.6.28.win32 -LIBXSLT_DIR=\libxslt-1.1.19.win32 +LIBXML2_DIR=\libxml2-2.6.32+.win32 +LIBXSLT_DIR=\libxslt-1.1.23+.win32 # ICU HAVE_ICU=1 @@ -138,8 +138,7 @@ RELEASE_C_OPTIONS= \ ### Linker options LINK=link.exe -LINK_LIBS= kernel32.lib user32.lib gdi32.lib advapi32.lib uuid.lib \ - wsock32.lib advapi32.lib \ +LINK_LIBS= kernel32.lib ws2_32.lib advapi32.lib \ $(YAZ_LIB) $(ICU_LIB) $(LIBXSLT_LIB) COMMON_LNK_OPTIONS= /nologo /subsystem:windows /machine:i386 /incremental:no