From: Eric Biggers Date: Fri, 19 Dec 2014 23:44:02 +0000 (-0600) Subject: tools/windeps/Makefile: update sources list X-Git-Tag: v1.7.4~15 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=d2def9adabc7282e944ed890f9189c8a850a274a;hp=3a27bdace928c6c82a24f0f6d016a2ebd836b01a tools/windeps/Makefile: update sources list --- diff --git a/tools/windeps/Makefile b/tools/windeps/Makefile index 060e63b2..8e0d5e7a 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-3.3.0 [directory mingw-w64-libraries/winpthreads from http://downloads.sourceforge.net/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v3.3.0.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 := -3.3.0 WINICONV_VERSION := -0.0.6 LIBXML_SRCDIR := libxml$(LIBXML_VERSION)