]> icculus.org git repositories - divverent/netradiant.git/blob - run_python.bat
set CPPFLAGS at the right point
[divverent/netradiant.git] / run_python.bat
1 python.exe -V
2 if errorlevel=1 echo please install python and add python.exe to the path (http://www.python.org)
3 if errorlevel=1 goto end
4
5 echo python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
6 rem FIXME: for some wacked reason, output of the python script doesn't get back to VC window ..
7 python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
8
9 :end