From 24d6ec0750afd0c393bab09aabe174da824a8c56 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 18 Feb 2010 07:22:26 +0000 Subject: svn merge --reintegrate ^/branches/mhmake.parallel . --- tools/mhmake/makebison.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/mhmake/makebison.bat') diff --git a/tools/mhmake/makebison.bat b/tools/mhmake/makebison.bat index db9427a7f..ccbe58f54 100644 --- a/tools/mhmake/makebison.bat +++ b/tools/mhmake/makebison.bat @@ -1,11 +1,11 @@ @echo off setlocal -if not exist src\parser mkdir src\parser -"bison++" -d -Ssrc\bison.cc -Hsrc\bison.h -hsrc\parser\mhmakeparser.h -osrc\parser\mhmakeparser.cpp src\mhmakeparser.y +cd %1 +"..\bison++" -d -S%3 -H%4 -h%5 -o%6 %2 -set file=src\parser\mhmakeparser.cpp -set tempfile=src\parser\temp12345.5678 +set file=%6 +set tempfile=%RANDOM%bison.tmp move %file% %tempfile% echo #include "stdafx.h" > %file% -- cgit v1.2.3