summaryrefslogtreecommitdiff
path: root/Mkfiles/vc9/genperf
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2009-08-12 14:51:57 +0000
committerBrian Gladman <brg@gladman.plus.com>2009-08-12 14:51:57 +0000
commitf3f0f20466a32cff10c15c6e8885648658ef9fca (patch)
tree95f64458505b1f7be315409965024fcccd6175c1 /Mkfiles/vc9/genperf
parentde776f46eafeae1ea166c7d60137d9224d09c5db (diff)
downloadyasm-f3f0f20466a32cff10c15c6e8885648658ef9fca.tar.gz
Further change to python invocation in genperf
svn path=/trunk/yasm/; revision=2231
Diffstat (limited to 'Mkfiles/vc9/genperf')
-rw-r--r--Mkfiles/vc9/genperf/run.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mkfiles/vc9/genperf/run.bat b/Mkfiles/vc9/genperf/run.bat
index 04b07940..11e69040 100644
--- a/Mkfiles/vc9/genperf/run.bat
+++ b/Mkfiles/vc9/genperf/run.bat
@@ -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)
goto answer%errorlevel%
:answer0
+if not exist run_py.bat goto answer1
echo ... building with Python ...
@echo on
call run_py.bat modules\arch\x86\gen_x86_insn.py