From 75ef19188d021a5e965198bde774c1c33bedc1f3 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 30 Oct 2010 18:34:27 +0000 Subject: Increased gnu make compatibility. --- tools/mhmake/makebison.bat | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'tools/mhmake/makebison.bat') diff --git a/tools/mhmake/makebison.bat b/tools/mhmake/makebison.bat index ccbe58f54..9d46f535a 100644 --- a/tools/mhmake/makebison.bat +++ b/tools/mhmake/makebison.bat @@ -1,16 +1,4 @@ @echo off -setlocal - -cd %1 -"..\bison++" -d -S%3 -H%4 -h%5 -o%6 %2 - -set file=%6 -set tempfile=%RANDOM%bison.tmp - -move %file% %tempfile% -echo #include "stdafx.h" > %file% -type %tempfile% >> %file% -del /q %tempfile% - -endlocal +"bison++" -d -Ssrc/bison.cc -Hsrc/bison.h -h%1/mhmakeparser.h -o%1/mhmakeparser.cpp src\mhmakeParser.y +python addstdafxh.py %1\mhmakeparser.cpp -- cgit v1.2.3