Force clean of externals on buildbots.
if not find_all_on_path('nmake.exe'):
print('Could not find nmake.exe, try running env.bat')
sys.exit(1)
+ if not find_all_on_path('nasm.exe'):
+ print('Could not find nasm.exe, please add to PATH')
+ sys.exit(1)
sys.stdout.flush()
# Put our working Perl at the front of our path
@rem a new version of an external library, especially Tcl/Tk):\r
@rem 1) uncomment the following line:\r
\r
-@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only\r
+call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only\r
\r
@rem 2) commit and push\r
@rem 3) wait for all Windows bots to start a build with that changeset\r