summaryrefslogtreecommitdiffstats
path: root/tools/checkbin/checkbin.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkbin/checkbin.bat')
-rwxr-xr-xtools/checkbin/checkbin.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checkbin/checkbin.bat b/tools/checkbin/checkbin.bat
new file mode 100755
index 0000000..f31d901
--- /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 %~dp0checkbin.py %*