2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-23 15:18:33 +00:00
qpdf/config-msvc

10 lines
286 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
set -x
if cl 2>&1 | grep -q 'for x64'; then
wordsize=64
2016-01-24 15:51:21 -05:00
else
wordsize=32
fi
CC=cl CXX="cl -TP -GR" ./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-buildrules=msvc ${1+"$@"} --enable-crypto-openssl --disable-crypto-gnutls