summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules/ffi/src/generate_call_h.bat
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-04-06 21:00:37 +0300
committeraunsane <aunsane@gmail.com>2018-04-06 21:00:59 +0300
commit6eb78de492e0b2432e5fe2351e90731d1ba117e3 (patch)
tree0bc6e3b0ec3020bf8dd997a2d0eb0e346e50473f /plugins/MirLua/Modules/ffi/src/generate_call_h.bat
parent205963dfbb2297f5fab4adeec027342394329d2d (diff)
MirLua: ffi module removed because it seems to be not working
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi
Diffstat (limited to 'plugins/MirLua/Modules/ffi/src/generate_call_h.bat')
-rw-r--r--plugins/MirLua/Modules/ffi/src/generate_call_h.bat4
1 files changed, 0 insertions, 4 deletions
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