From 09911bf300f1a419907a9412154760efd0b7abc3 Mon Sep 17 00:00:00 2001 From: "initial.commit" Date: Sat, 26 Jul 2008 23:55:29 +0000 Subject: Add chrome to the repository. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/check_dependents.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chrome/app/check_dependents.bat (limited to 'chrome/app/check_dependents.bat') diff --git a/chrome/app/check_dependents.bat b/chrome/app/check_dependents.bat new file mode 100644 index 0000000..92f8b7b --- /dev/null +++ b/chrome/app/check_dependents.bat @@ -0,0 +1,9 @@ +@echo off +:: A wrapper file for running dependencies.py from visual studio. + +setlocal +:: Dumpbin runs link.exe /dump which detects this environment variable and +:: ignores stdout. So we need to undefine it. +set VS_UNICODE_OUTPUT= +set PYTHON=%~dp0..\..\third_party\python_24\python.exe +%PYTHON% ..\tools\build\win\dependencies.py %* -- cgit v1.1