mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
16 lines
523 B
Batchfile
16 lines
523 B
Batchfile
set WORKSPACE=..\..
|
|
set GEN_CLIENT=%WORKSPACE%\Modules\Luban\Tools\Luban\Luban.dll
|
|
set CONF_ROOT=%WORKSPACE%\Modules\Luban\DesignerConfigs
|
|
set DATA_OUTPATH=%WORKSPACE%\Assets\HotResources\ResResource\Luban\Gen
|
|
set CODE_OUTPATH=%WORKSPACE%\Assets\HotScripts\GameScripts\Luban\Gen
|
|
|
|
dotnet %GEN_CLIENT% ^
|
|
-t client ^
|
|
-c cs-bin ^
|
|
-d bin ^
|
|
--conf %CONF_ROOT%\luban.conf ^
|
|
--customTemplateDir %CONF_ROOT%\CustomTemplate_Sync ^
|
|
-x outputCodeDir=%CODE_OUTPATH% ^
|
|
-x outputDataDir=%DATA_OUTPATH%
|
|
|
|
pause |