aboutsummaryrefslogtreecommitdiffstats
path: root/config-mingw64
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-21 14:39:41 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-21 23:44:22 +0200
commit389396dbbf83f3df62a62601c5963d12fc1143f6 (patch)
tree552a671d4f917af2123bc977a9c026962d36969c /config-mingw64
parentaf9e36b5070ebd5f6f747348170791d50a765403 (diff)
downloadqpdf-389396dbbf83f3df62a62601c5963d12fc1143f6.tar.zst
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.
Diffstat (limited to 'config-mingw64')
-rw-r--r--config-mingw6411
1 files changed, 0 insertions, 11 deletions
diff --git a/config-mingw64 b/config-mingw64
deleted file mode 100644
index 4b1eeebf..00000000
--- a/config-mingw64
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-windows-wordsize=64 --with-buildrules=mingw \
- CC=x86_64-w64-mingw32-gcc \
- CXX=x86_64-w64-mingw32-g++ \
- LD=x86_64-w64-mingw32-ld \
- AR=x86_64-w64-mingw32-ar \
- RANLIB=x86_64-w64-mingw32-ranlib \
- DLLTOOL=$(dirname $(type -p x86_64-w64-mingw32-gcc))/dlltool \
- STRIP=x86_64-w64-mingw32-strip \
- OBJDUMP=$(dirname $(type -p x86_64-w64-mingw32-gcc))/objdump \
- ${1+"$@"}