summary refs log tree commit diff stats
path: root/win32/deps/libffi/build-x64.bat
blob: d80c24166461a82ad856f1ae183a07eb5ed25618 (plain) (blame)
1
2
3
4
5
6
7
#run this from mozilla-build\start-msvc11-x64.bat
#cd /c/mozilla-build/hexchat/libffi-3.0.11
#TODO: use own zlib build instead of mozilla-build one

./configure CC="$(pwd)/msvcc.sh -m64" LD=link CPP='cl -nologo -EP' CFLAGS='-O2' --build=x86_64-w64-mingw32
make clean
make