]> granicus.if.org Git - yasm/commitdiff
Make Python messages a little less threatening.
authorPeter Johnson <peter@tortall.net>
Tue, 18 Sep 2007 08:34:57 +0000 (08:34 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 18 Sep 2007 08:34:57 +0000 (08:34 -0000)
Suggested by: Brian Gladman

svn path=/trunk/yasm/; revision=1960

Mkfiles/vc/genperf/run.bat
Mkfiles/vc8/genperf/run.bat

index d9afa3f453eaa94c43b526b2deed2d0bf80f877a..64ec1ae3c7edda39de3700d437f9077b7b6dcc9f 100644 (file)
@@ -3,13 +3,13 @@ cd ..\..\..
 reg query HKCR\Python.File\shell\open\command >nul: 2>&1\r
 goto answer%errorlevel%\r
 :answer0\r
-echo Python found!\r
+echo ... building with Python ...\r
 @echo on\r
 modules\arch\x86\gen_x86_insn.py\r
 @echo off\r
 goto end\r
 :answer1\r
-echo Python not found!\r
+echo ... building without Python ...\r
 goto end\r
 :end\r
 @echo on\r
index d9afa3f453eaa94c43b526b2deed2d0bf80f877a..64ec1ae3c7edda39de3700d437f9077b7b6dcc9f 100644 (file)
@@ -3,13 +3,13 @@ cd ..\..\..
 reg query HKCR\Python.File\shell\open\command >nul: 2>&1\r
 goto answer%errorlevel%\r
 :answer0\r
-echo Python found!\r
+echo ... building with Python ...\r
 @echo on\r
 modules\arch\x86\gen_x86_insn.py\r
 @echo off\r
 goto end\r
 :answer1\r
-echo Python not found!\r
+echo ... building without Python ...\r
 goto end\r
 :end\r
 @echo on\r