7 lines
209 B
Batchfile
7 lines
209 B
Batchfile
|
#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
|