summaryrefslogtreecommitdiffstats
path: root/config-mingw64
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 20:06:54 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-22 03:22:35 +0200
commitc833295a3948e914fa23042896f19f35ddd8d927 (patch)
treed2c135487757ad8ad917242e8e6c42097a016fd4 /config-mingw64
parent85d9e7dfed31cf4b9307fad920422a7b433fc35c (diff)
downloadqpdf-c833295a3948e914fa23042896f19f35ddd8d927.tar.zst
Adjust Windows built to support 32-bit and 64-bit builds
Update the build to support new external-libs layout, and autoconf options to specify windows word size. Split make_windows_releases into multiple scripts.
Diffstat (limited to 'config-mingw64')
-rw-r--r--config-mingw6410
1 files changed, 10 insertions, 0 deletions
diff --git a/config-mingw64 b/config-mingw64
new file mode 100644
index 00000000..92242fb2
--- /dev/null
+++ b/config-mingw64
@@ -0,0 +1,10 @@
+#!/bin/sh
+./configure --disable-test-compare-images --enable-external-libs --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=x86_64-w64-mingw32-dlltool \
+ STRIP=x86_64-w64-mingw32-strip \
+ OBJDUMP=x86_64-w64-mingw32-objdump