AkiraPixelWind/LubanTools/gen_code_bin - 测试.bat
2022-12-29 18:20:40 +08:00

17 lines
449 B
Batchfile

call CopyConfig.exe -skipkey
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 %WORKSPACE%\LubanTools\testGens ^
--output_data_dir %WORKSPACE%\LubanTools\testBytes ^
--gen_types code_cs_unity_bin,data_bin ^
-s all
pause