Initial commit
This commit is contained in:
6
Torque/SDK/engine/console/bison.bat
Normal file
6
Torque/SDK/engine/console/bison.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
echo Changing to %4 ...
|
||||
cd %4
|
||||
echo Generating %2 and %3 with prefix %1.
|
||||
..\..\bin\bison\bison.exe -o %2 %3 --defines -p %1
|
||||
echo Renaming %2 to %5 .
|
||||
move /Y %2 %5
|
||||
Reference in New Issue
Block a user