This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mojito
/
WSHCommon
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f70e46cc6d
Branches
Tags
master
WSHCommon
/
Common
/
Tools
/
lib
/
lua_jit_build.bat
lua_jit_build.bat
98 B
History
Raw
1
2
@
set
workPath=../http/res_dev/level_000000
@
for
/r
%workPath%
%%v
in
(*.lua)
do
luajit -b
%%v
%%v