| Index: third_party/libxml/win32/Makefile.bcb
|
| diff --git a/third_party/libxml/win32/Makefile.bcb b/third_party/libxml/win32/Makefile.bcb
|
| index e706dc8e2e8f8a1364e04fe82d2c57e61304260e..0bc4dbbf6c64abff1b204a46bb8dd1524cc9a380 100644
|
| --- a/third_party/libxml/win32/Makefile.bcb
|
| +++ b/third_party/libxml/win32/Makefile.bcb
|
| @@ -72,7 +72,7 @@ CFLAGS = $(CFLAGS) -DHAVE_ZLIB_H
|
| # The linker and its options.
|
| LD = ilink32.exe
|
| LDFLAGS = -q -U$(LIBXML_MAJOR_VERSION).$(LIBXML_MINOR_VERSION)
|
| -LDFLAGS = $(LDFLAGS) -L"$(BINDIR);$(LIBPREFIX);$(LIB);$(BCB)\lib\PSdk"
|
| +LDFLAGS = $(LDFLAGS) -L"$(BINDIR);$(LIBPREFIX);$(LIB);$(BCB)\lib;$(BCB)\lib\PSdk"
|
| LIBS = import32.lib
|
| !if "$(WITH_THREADS)" != "no" && "$(DYNRUNTIME)" == "1"
|
| LIBS = $(LIBS) cw32mti.lib
|
| @@ -84,7 +84,7 @@ LIBS = $(LIBS) cw32i.lib
|
| LIBS = $(LIBS) cw32.lib
|
| !endif
|
| !if "$(WITH_FTP)" == "1" || "$(WITH_HTTP)" == "1"
|
| -LIBS = $(LIBS) wsock32.lib
|
| +LIBS = $(LIBS) wsock32.lib ws2_32.lib
|
| !endif
|
| !if "$(WITH_ICONV)" == "1"
|
| LIBS = $(LIBS) iconvomf.lib
|
|
|