mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
8 lines
279 B
Batchfile
8 lines
279 B
Batchfile
#run this from mozilla-build\start-msvc10-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
|
|
make
|