mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
4 lines
113 B
Batchfile
4 lines
113 B
Batchfile
@echo off
|
|
call bison.bat CMD CMDgram.c CMDgram.y . CMDgram.cpp
|
|
..\..\bin\flex\flex -PCMD -oCMDscan.cpp CMDscan.l
|