Subversion Repositories filter_foundry

Rev

Rev 437 | Go to most recent revision | View as "text/x-msdos-batch" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. cd ..
  2. if exist y_tab.c del y_tab.c
  3. if exist lex_yy.c del lex_yy.c
  4. win_flex_bison\win_bison.exe parser.y -d -y
  5. win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
  6. rem IDE doesnt like multiple dots in filenames
  7. ren y.tab.c y_tab.c
  8. ren lex.yy.c lex_yy.c
  9. cd wpj
  10.  
  11.