]> granicus.if.org Git - yasm/commitdiff
Further change to python invocation in genperf
authorBrian Gladman <brg@gladman.plus.com>
Wed, 12 Aug 2009 14:51:57 +0000 (14:51 -0000)
committerBrian Gladman <brg@gladman.plus.com>
Wed, 12 Aug 2009 14:51:57 +0000 (14:51 -0000)
svn path=/trunk/yasm/; revision=2231

Mkfiles/vc9/genperf/run.bat

index 04b079400b6c736fdca67f8f5fb98a4e418fe482..11e690406e00dcd310686e7e7bba42c04ccf39bd 100644 (file)
@@ -3,6 +3,7 @@ cd ..\..\..
 for /f "usebackq tokens=2,3,4" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (if %%f==REG_SZ echo %%g %%h >run_py.bat)\r
 goto answer%errorlevel%\r
 :answer0\r
+if not exist run_py.bat goto answer1\r
 echo ... building with Python ...\r
 @echo on\r
 call run_py.bat modules\arch\x86\gen_x86_insn.py\r