From 68ad222ee1bf4dab732e8bf3bfa14d5c2d2520fa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Sep 2008 11:06:51 +0200 Subject: [PATCH] Updated for newer libxml2/libxslt --- win/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index b120b01..b301d80 100644 --- a/win/makefile +++ b/win/makefile @@ -113,9 +113,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 \ - $(YAZ_LIB) +LINK_LIBS= kernel32.lib advapi32.lib $(YAZ_LIB) COMMON_LNK_OPTIONS= /nologo /subsystem:windows /machine:i386 /incremental:no -- 1.7.10.4