From 389396dbbf83f3df62a62601c5963d12fc1143f6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 21 Aug 2017 08:39:41 -0400 Subject: Support Windows builds with MSYS2 Replace the old msys, mingw-w64, ActiveState perl setup with MSYS2. This greatly simplifies the Windows build. This was facilitated by the need to incorporate JPEG. --- config-mingw32 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 config-mingw32 (limited to 'config-mingw32') diff --git a/config-mingw32 b/config-mingw32 deleted file mode 100755 index 3d23010b..00000000 --- a/config-mingw32 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-windows-wordsize=32 --with-buildrules=mingw \ - CC=i686-w64-mingw32-gcc \ - CXX=i686-w64-mingw32-g++ \ - LD=i686-w64-mingw32-ld \ - AR=i686-w64-mingw32-ar \ - RANLIB=i686-w64-mingw32-ranlib \ - DLLTOOL=$(dirname $(type -p i686-w64-mingw32-gcc))/dlltool \ - STRIP=i686-w64-mingw32-strip \ - OBJDUMP=$(dirname $(type -p i686-w64-mingw32-gcc))/objdump \ - ${1+"$@"} -- cgit v1.2.3-54-g00ecf