13 lines
419 B
Batchfile
13 lines
419 B
Batchfile
set WORKSPACE=..
|
|
set GEN_CLIENT=%WORKSPACE%\LubanTools\Luban.ClientServer\Luban.ClientServer.exe
|
|
set CONF_ROOT=%WORKSPACE%\LubanTools\DesignerConfigs
|
|
|
|
%GEN_CLIENT% -j cfg --^
|
|
-d %CONF_ROOT%\Defines\__root__.xml ^
|
|
--input_data_dir %CONF_ROOT%\Datas ^
|
|
--output_code_dir ../Assets/Scripts/Main/LubanTables ^
|
|
--output_data_dir ../Assets/GameAssets/LubanTables ^
|
|
--gen_types code_cs_unity_bin,data_bin ^
|
|
-s all
|
|
|
|
pause |