Note to self

This commit is contained in:
Berke Viktor 2012-09-30 18:08:52 +02:00
parent b451ebc94f
commit b192eecee2
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#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

View File

@ -1,5 +1,6 @@
#run this from mozilla-build\start-msvc11.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 LD=link CPP='cl -nologo -EP' CFLAGS='-O2' --build=i686-pc-mingw32
make clean