gen.bat 265 B

12345678910111213
  1. set WORKSPACE=..
  2. set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
  3. set CONF_ROOT=.
  4. dotnet %LUBAN_DLL% ^
  5. -t all ^
  6. -c cs-editor-json ^
  7. -d json ^
  8. --conf %CONF_ROOT%\luban.conf ^
  9. -x outputCodeDir=output\Code ^
  10. -x outputDataDir=output\Table
  11. pause