Updating trunk VERSION from 722.0 to 723.0
[chromium-blink-merge.git] / chrome / app / check_dependents.bat
blob92f8b7baa64c9fef1a12b771411a6084013be87e
1 @echo off
2 :: A wrapper file for running dependencies.py from visual studio.
4 setlocal
5 :: Dumpbin runs link.exe /dump which detects this environment variable and
6 :: ignores stdout. So we need to undefine it.
7 set VS_UNICODE_OUTPUT=
8 set PYTHON=%~dp0..\..\third_party\python_24\python.exe
9 %PYTHON% ..\tools\build\win\dependencies.py %*