fbt.cmd 235 B

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