summary refs log tree commit diff stats
path: root/win32/deps/libffi/build-x86.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-30 18:04:45 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-30 18:04:45 +0200
commitb451ebc94f49647413881d8ec3806fd699f7a3f9 (patch)
treee47bec65a8adca8228adcb05b9739fbfa435a9e9 /win32/deps/libffi/build-x86.bat
parent5873bf9e5df14630a37b70bd0519200e335a2654 (diff)
Add libffi build scripts and patch for borked mozilla-build script
Diffstat (limited to 'win32/deps/libffi/build-x86.bat')
-rw-r--r--win32/deps/libffi/build-x86.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/deps/libffi/build-x86.bat b/win32/deps/libffi/build-x86.bat
new file mode 100644
index 00000000..f750d615
--- /dev/null
+++ b/win32/deps/libffi/build-x86.bat
@@ -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