mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
GenerateCompiler
-ReAdded generateCompiler.bat -Fixed paths in bat filse -Fixed paths for includes
This commit is contained in:
parent
8404496ffa
commit
0954b081d0
7 changed files with 139 additions and 138 deletions
3
Engine/source/console/torquescript/generateCompiler.bat
Normal file
3
Engine/source/console/torquescript/generateCompiler.bat
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
call bison.bat CMD CMDgram.c CMDgram.y . CMDgram.cpp
|
||||
..\..\..\bin\flex\flex -PCMD -oCMDscan.cpp CMDscan.l
|
||||
Loading…
Add table
Add a link
Reference in a new issue