aboutsummaryrefslogtreecommitdiffstats
path: root/config-msvc
blob: 2b648800965ea673499581439a78956d93a3f5d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
set -x
if cl 2>&1 | grep -q 'for x64'; then
    wordsize=64
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