5 lines
136 B
Batchfile
5 lines
136 B
Batchfile
|
@echo off
|
||
|
rem generate the tenebrae shader lex code
|
||
|
rem adapt to your enviroment...
|
||
|
D:\Programmeren\lexbiz\flex -i -Cfe lex_part.l
|
||
|
pause
|