git-subtree-dir: third_party/flatbuffers git-subtree-split: 595bf0007ab1929570c7671f091313c8fc20644e
7 lines
143 B
Batchfile
7 lines
143 B
Batchfile
set buildtype=Release
|
|
if "%1"=="-b" set buildtype=%2
|
|
|
|
echo Run with LuaJIT:
|
|
luajit.exe luatest.lua
|
|
echo Run with Lua 5.3:
|
|
lua53.exe luatest.lua |