X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tools%2Fwindeps%2FMakefile;fp=tools%2Fwindeps%2FMakefile;h=75c684118593ed8068ef084112003b6d810be4c7;hp=8e0d5e7ab4ee0dd1bcabf2f944001baf2c3c8bfd;hb=0ce21c13081441f53d88ef58fbeba957abb74574;hpb=723d5dbc1705200082f640453f19233a386bc655 diff --git a/tools/windeps/Makefile b/tools/windeps/Makefile index 8e0d5e7a..75c68411 100644 --- a/tools/windeps/Makefile +++ b/tools/windeps/Makefile @@ -7,12 +7,12 @@ # versions) and a windeps.wim containing the following images: # # - 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] +# - 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 := -3.3.0 +WINPTHREADS_VERSION := -4.0.4 WINICONV_VERSION := -0.0.6 LIBXML_SRCDIR := libxml$(LIBXML_VERSION)