21 lines
500 B
Batchfile
21 lines
500 B
Batchfile
set WORKSPACE=..\
|
|
|
|
set GEN_CLIENT=.\Tools\Luban\Luban.dll
|
|
set CONF_ROOT=.\DataTables
|
|
|
|
dotnet %GEN_CLIENT% ^
|
|
-t client ^
|
|
-c cs-simple-json ^
|
|
-d json ^
|
|
--conf .\luban.conf ^
|
|
-x outputCodeDir=%WORKSPACE%\GongChengMIngJiangZhuan\Assets\Scripts\HotUpdate\Game\Gen ^
|
|
-x outputDataDir=%WORKSPACE%\GongChengMIngJiangZhuan\Assets\Art\Gen
|
|
|
|
|
|
dotnet %GEN_CLIENT% ^
|
|
-t server ^
|
|
-d lua ^
|
|
--conf .\luban.conf ^
|
|
-x outputDataDir=%WORKSPACE%\server\trunk\script\config
|
|
|
|
pause |