From 6eb78de492e0b2432e5fe2351e90731d1ba117e3 Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 6 Apr 2018 21:00:37 +0300 Subject: MirLua: ffi module removed because it seems to be not working Possible working version here https://github.com/dibyendumajumdar/ravi-ffi --- plugins/MirLua/Modules/ffi/src/generate_call_h.bat | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 plugins/MirLua/Modules/ffi/src/generate_call_h.bat (limited to 'plugins/MirLua/Modules/ffi/src/generate_call_h.bat') diff --git a/plugins/MirLua/Modules/ffi/src/generate_call_h.bat b/plugins/MirLua/Modules/ffi/src/generate_call_h.bat deleted file mode 100644 index 294204271f..0000000000 --- a/plugins/MirLua/Modules/ffi/src/generate_call_h.bat +++ /dev/null @@ -1,4 +0,0 @@ -lua.exe dynasm\dynasm.lua -LNE -D X32WIN -o call_x86.h call_x86.dasc -lua.exe dynasm\dynasm.lua -LNE -D X64 -o call_x64.h call_x86.dasc -lua.exe dynasm\dynasm.lua -LNE -D X64 -D X64WIN -o call_x64win.h call_x86.dasc -lua.exe dynasm\dynasm.lua -LNE -o call_arm.h call_arm.dasc -- cgit v1.2.3