fbt.cmd 204 B

12345678910
  1. @echo off
  2. set SCONS_EP=%~dp0\lib\scons\scripts\scons.py
  3. if exist ".git" (
  4. git submodule update --init
  5. )
  6. set "SCONS_DEFAULT_FLAGS=-Q --warn=target-not-built"
  7. python %SCONS_EP% %SCONS_DEFAULT_FLAGS% %*