Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: tools/checkbin/checkbin.bat

Issue 338052: Checking in checkbin.py, a tool to make sure our Windows binaries were built correctly. (Closed)
Patch Set: sh file Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | tools/checkbin/checkbin.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checkbin/checkbin.bat
diff --git a/tools/checkbin/checkbin.bat b/tools/checkbin/checkbin.bat
new file mode 100755
index 0000000000000000000000000000000000000000..ab3ad3de1b1a678e4e0876b9d877b11a72c47f9b
--- /dev/null
+++ b/tools/checkbin/checkbin.bat
@@ -0,0 +1,4 @@
+@echo off
+setlocal
+set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH%
+%~dp0\..\..\third_party\python_24\python.exe %~dp0\checkbin.py %*
M-A Ruel 2009/10/28 01:03:55 %~dp0..\..\third_party\python_24\python.exe %~dp0c
scherkus (not reviewing) 2009/10/28 01:12:41 Done.
« no previous file with comments | « DEPS ('k') | tools/checkbin/checkbin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698