mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
18 lines
520 B
Batchfile
18 lines
520 B
Batchfile
cd /d %~dp0
|
|
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\bytes ^
|
|
--gen_types code_cs_unity_bin,data_bin ^
|
|
-s all
|
|
|
|
echo ======== 生成配置文件结束 ========
|
|
|
|
pause |