From 933bf531fdb05775adb3f9698b1dd05be9785f11 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 18 Sep 2007 08:34:57 +0000 Subject: [PATCH] Make Python messages a little less threatening. Suggested by: Brian Gladman svn path=/trunk/yasm/; revision=1960 --- Mkfiles/vc/genperf/run.bat | 4 ++-- Mkfiles/vc8/genperf/run.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mkfiles/vc/genperf/run.bat b/Mkfiles/vc/genperf/run.bat index d9afa3f4..64ec1ae3 100644 --- a/Mkfiles/vc/genperf/run.bat +++ b/Mkfiles/vc/genperf/run.bat @@ -3,13 +3,13 @@ cd ..\..\.. reg query HKCR\Python.File\shell\open\command >nul: 2>&1 goto answer%errorlevel% :answer0 -echo Python found! +echo ... building with Python ... @echo on modules\arch\x86\gen_x86_insn.py @echo off goto end :answer1 -echo Python not found! +echo ... building without Python ... goto end :end @echo on diff --git a/Mkfiles/vc8/genperf/run.bat b/Mkfiles/vc8/genperf/run.bat index d9afa3f4..64ec1ae3 100644 --- a/Mkfiles/vc8/genperf/run.bat +++ b/Mkfiles/vc8/genperf/run.bat @@ -3,13 +3,13 @@ cd ..\..\.. reg query HKCR\Python.File\shell\open\command >nul: 2>&1 goto answer%errorlevel% :answer0 -echo Python found! +echo ... building with Python ... @echo on modules\arch\x86\gen_x86_insn.py @echo off goto end :answer1 -echo Python not found! +echo ... building without Python ... goto end :end @echo on -- 2.40.0