summaryrefslogtreecommitdiff
path: root/src/win32/make_lua_bytecode.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/make_lua_bytecode.bat')
-rw-r--r--src/win32/make_lua_bytecode.bat10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/win32/make_lua_bytecode.bat b/src/win32/make_lua_bytecode.bat
deleted file mode 100644
index f9a8e61..0000000
--- a/src/win32/make_lua_bytecode.bat
+++ /dev/null
@@ -1,10 +0,0 @@
-@echo off
-
-@setlocal
-@set LUATOP=%1
-@set LUA_BYTECODE=anylike.lc
-@set LUA_BYTECODE_SRC=anylike_lua_bytecode
-@set LUA_SRC=main_loop.lua echo_server.lua
-
-%LUATOP%\src\luac.exe -o %LUA_BYTECODE% %LUA_SRC%
-%LUATOP%\src\lua.exe ..\tools\bin2c.lua %LUA_BYTECODE% %LUA_BYTECODE_SRC% > %LUA_BYTECODE_SRC%.c \ No newline at end of file