mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Note to self
This commit is contained in:
parent
b451ebc94f
commit
b192eecee2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user