/[svn]/linuxsampler/trunk/scripts/generate_lscp_parser.sh
ViewVC logotype

Diff of /linuxsampler/trunk/scripts/generate_lscp_parser.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2887 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 2888 by schoenebeck, Sun Apr 24 18:16:10 2016 UTC
# Line 24  echo "Generating LSCP parser..." Line 24  echo "Generating LSCP parser..."
24      cd $NETWORK_SRC_DIR      cd $NETWORK_SRC_DIR
25      $YACC_CMD -d lscp.y      $YACC_CMD -d lscp.y
26      $YACC_CMD lscp.y      $YACC_CMD lscp.y
27      mv -f y.tab.h lscpsymbols.h      mv -f y.tab.h lscpsymbols.h 2>/dev/null
28      mv -f y.tab.c lscpparser.cpp      mv -f y.tab.c lscpparser.cpp 2>/dev/null
29  )  )
30  echo "Done"  echo "Done"
31    

Legend:
Removed from v.2887  
changed lines
  Added in v.2888

  ViewVC Help
Powered by ViewVC