X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fwindeps%2FMakefile;h=e53cce1b2ca4ece2b4ececbad140f2f26f7aa374;hb=57fb030cb2f6744b65c8d0fea68df534728515f9;hp=060e63b2bd213604cf59c0ad6e30981c98c5f8d2;hpb=64a61fd12ad824ac080c26fc8c453d001f389ef1;p=wimlib diff --git a/tools/windeps/Makefile b/tools/windeps/Makefile index 060e63b2..e53cce1b 100644 --- a/tools/windeps/Makefile +++ b/tools/windeps/Makefile @@ -6,13 +6,13 @@ # Among other things, this Makefile requires MinGW-w64 (i686 and x86_64 # versions) and a windeps.wim containing the following images: # -# - libxml2-2.9.2 -# - winpthreads -# - win-iconv-0.0.6 +# - libxml2-2.9.2 [contents of ftp://xmlsoft.org/libxml2/libxml2-2.9.2.tar.gz] +# - winpthreads-4.0.4 [directory mingw-w64-libraries/winpthreads from http://downloads.sourceforge.net/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v4.0.4.tar.bz2] +# - win-iconv-0.0.6 [contents of https://win-iconv.googlecode.com/files/win-iconv-0.0.6.tar.bz2] ARCHITECTURES := i686 x86_64 LIBXML_VERSION := 2-2.9.2 -WINPTHREADS_VERSION := +WINPTHREADS_VERSION := -4.0.4 WINICONV_VERSION := -0.0.6 LIBXML_SRCDIR := libxml$(LIBXML_VERSION) @@ -53,6 +53,7 @@ libxml_$(1):$(LIBXML_SRCDIR) CFLAGS=-Os \ --with-minimum \ --without-lzma \ + --with-tree \ --with-writer; \ $(MAKE) install; \ rm -f ../sysroot_$(1)/lib/libxml2.la;