mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update
Update
This commit is contained in:
17
Luban/gen_code_bin_to_server.bat
Normal file
17
Luban/gen_code_bin_to_server.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
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/DotNet/Logic/Config~/GameConfig ^
|
||||
--output_data_dir ..\DotNet\Config\GameConfig ^
|
||||
--gen_types code_cs_unity_bin,data_bin ^
|
||||
-s all
|
||||
|
||||
echo ======== 生成配置文件结束 ========
|
||||
|
||||
pause
|
Reference in New Issue
Block a user