14 lines
324 B
Batchfile
14 lines
324 B
Batchfile
set WORKSPACE=.
|
|
set LUBAN_DLL=%WORKSPACE%\Luban\Luban.dll
|
|
set CONF_ROOT=.
|
|
set GEN_ROOT=../Fishing2Server
|
|
|
|
dotnet %LUBAN_DLL% ^
|
|
-t server ^
|
|
-d json ^
|
|
-c cs-newtonsoft-json ^
|
|
--conf %CONF_ROOT%\luban.conf ^
|
|
-x outputCodeDir=%GEN_ROOT%/Entity/Generate/ConfigTable ^
|
|
-x outputDataDir=%GEN_ROOT%/Main/cfg
|
|
|
|
pause |