Add libffi build scripts and patch for borked mozilla-build script

This commit is contained in:
Berke Viktor
2012-09-30 18:04:45 +02:00
parent 5873bf9e5d
commit b451ebc94f
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#run this from mozilla-build\start-msvc11-x64.bat
#cd /c/mozilla-build/hexchat/libffi-3.0.11
./configure CC="$(pwd)/msvcc.sh -m64" LD=link CPP='cl -nologo -EP' CFLAGS='-O2' --build=x86_64-w64-mingw32
make clean
make