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.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