Subversion Repositories filter_foundry

Rev

Rev 439 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 492
Line 5... Line 5...
5
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
5
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
6
rem IDE doesnt like multiple dots in filenames
6
rem IDE doesnt like multiple dots in filenames
7
ren y.tab.c y_tab.c
7
ren y.tab.c y_tab.c
8
ren lex.yy.c lex_yy.c
8
ren lex.yy.c lex_yy.c
9
cd wpj
9
cd wpj
10
 
-