Files
Fishint2Config/gen_server.bat
2026-02-20 21:05:26 +08:00

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