2012-09-19 15:15:01 +00:00
|
|
|
echo Changing to %4 ...
|
|
|
|
|
cd %4
|
|
|
|
|
echo Generating %2 and %3 with prefix %1.
|
2024-04-14 23:33:04 +00:00
|
|
|
..\..\..\bin\bison-flex\win_bison.exe -o %2 %3 --defines -p %1 -H
|
2012-09-19 15:15:01 +00:00
|
|
|
echo Renaming %2 to %5 .
|
|
|
|
|
move /Y %2 %5
|