summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2010-02-25 11:47:02 +0000
committerBrian Gladman <brg@gladman.plus.com>2010-02-25 11:47:02 +0000
commited581366059bf532bb78a830d8810e99cc5702be (patch)
tree40a6d0417048f3155d9d4a2c65c2a3b129c7f68b
parente062b3c45682b59b25440f2afa311773b0562028 (diff)
downloadyasm-ed581366059bf532bb78a830d8810e99cc5702be.tar.gz
Correction to Python detection on Windows
svn path=/trunk/yasm/; revision=2296
-rw-r--r--Mkfiles/vc10/genperf/run.bat2
-rw-r--r--Mkfiles/vc9/genperf/run.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/vc10/genperf/run.bat b/Mkfiles/vc10/genperf/run.bat
index 1811dd6e..9c22b57e 100644
--- a/Mkfiles/vc10/genperf/run.bat
+++ b/Mkfiles/vc10/genperf/run.bat
@@ -11,7 +11,7 @@ goto therest
echo Building with Python ...
set _res_=%_my_:*REG_SZ=%
set _end_=%_res_:*exe"=%
-call set _python_=%%res:%_end_%=%%
+call set _python_=%%_res_:%_end_%=%%
call %_python_% modules\arch\x86\gen_x86_insn.py
:therest
diff --git a/Mkfiles/vc9/genperf/run.bat b/Mkfiles/vc9/genperf/run.bat
index 1811dd6e..9c22b57e 100644
--- a/Mkfiles/vc9/genperf/run.bat
+++ b/Mkfiles/vc9/genperf/run.bat
@@ -11,7 +11,7 @@ goto therest
echo Building with Python ...
set _res_=%_my_:*REG_SZ=%
set _end_=%_res_:*exe"=%
-call set _python_=%%res:%_end_%=%%
+call set _python_=%%_res_:%_end_%=%%
call %_python_% modules\arch\x86\gen_x86_insn.py
:therest