ember/tools/support/update_lua_bindings.bat.in
2019-11-01 12:10:22 +01:00

6 lines
105 B
Batchfile

set pkg_name=%1
set file_name=%2
set out_path=%3
@TOLUA++_APP@ -n %pkg_name% -o %out_path% %file_name%