mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-26 15:44:46 +00:00
Update bison.bat
make it output the header file, this way the linkage should always work..... "should"
This commit is contained in:
parent
77eec75bed
commit
587f80da91
|
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
..\..\..\bin\bison-flex\win_bison.exe -o %2 %3 --defines -p %1 -H
|
||||
echo Renaming %2 to %5 .
|
||||
move /Y %2 %5
|
||||
Loading…
Reference in a new issue