summary refs log tree commit diff stats
path: root/win32/deps/libffi/build-x86.bat
blob: f750d61599ba320f916fb9144d627419228ed829 (plain) (blame)
1
2
3
4
5
6
#run this from mozilla-build\start-msvc11.bat
#cd /c/mozilla-build/hexchat/libffi-3.0.11

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