Torque3D/Engine/source/console/torquescript/bison.bat
marauder2k7 83b3f01928 update bison flex
-Updated bison flex exe files to the latest windows version i could find
-Regenned the compiler..... alot of changes.....
2024-04-14 22:17:41 +01:00

6 lines
No EOL
173 B
Batchfile

echo Changing to %4 ...
cd %4
echo Generating %2 and %3 with prefix %1.
..\..\..\bin\bison-flex\win_bison.exe -o %2 %3 --defines -p %1
echo Renaming %2 to %5 .
move /Y %2 %5