mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
update
This commit is contained in:
15
luban_examples/Projects/GenerateDatas/gen_data_yaml.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_yaml.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir yaml ^
|
||||
--gen_types data_yaml ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
Reference in New Issue
Block a user