mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-25 23:00:19 +00:00
Add libffi build scripts and patch for borked mozilla-build script
This commit is contained in:
6
win32/deps/libffi/build-x86.bat
Normal file
6
win32/deps/libffi/build-x86.bat
Normal 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
|
||||
Reference in New Issue
Block a user