fbt.cmd 204 B

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