summaryrefslogtreecommitdiff
path: root/lua2c.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'lua2c.cmd')
-rw-r--r--lua2c.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua2c.cmd b/lua2c.cmd
new file mode 100644
index 0000000..df71c76
--- /dev/null
+++ b/lua2c.cmd
@@ -0,0 +1,4 @@
+@echo off
+c:\work\luac %1 -o %~n1.clua
+c:\work\bin2c %~n1.clua %~n1.c %~n1
+del %~n1.clua