mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
17 lines
509 B
Batchfile
17 lines
509 B
Batchfile
set WORKSPACE=..
|
|
|
|
set GEN_CLIENT=%WORKSPACE%\Luban\Luban.ClientServer\Luban.ClientServer.exe
|
|
set CONF_ROOT=%WORKSPACE%\Luban\Config
|
|
set DATA_OUTPUT=%ROOT_PATH%..\GenerateDatas
|
|
|
|
%GEN_CLIENT% -j cfg --^
|
|
-d %CONF_ROOT%\Defines\__root__.xml ^
|
|
--input_data_dir %CONF_ROOT%\Datas ^
|
|
--output_code_dir %WORKSPACE%/Assets/GameScripts/HotFix/GameProto/GameConfig ^
|
|
--output_data_dir ..\GenerateDatas\json ^
|
|
--gen_types code_cs_unity_json,data_json ^
|
|
-s all
|
|
|
|
echo ======== 生成配置文件结束 ========
|
|
|
|
pause |