mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
6 lines
105 B
Batchfile
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%
|
|
|