blob: fd81d47c9516ab2140352c1b07596323e705996f (
plain)
1
2
3
4
5
6
7
|
@echo off
:: Runs the win32 python interpreter checked into third_party\python_24 on
:: windows. cygwin python will not work because it will path /cygdrive/...
:: paths to test_shell.
..\..\..\..\..\third_party\python_24\python.exe build.py
|