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

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

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

revision 2887 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC revision 2888 by schoenebeck, Sun Apr 24 18:16:10 2016 UTC
# Line 28  echo -n "Generating NKSP editor syntax h Line 28  echo -n "Generating NKSP editor syntax h
28      cd $PARSER_SRC_DIR      cd $PARSER_SRC_DIR
29    
30      $LEX_CMD nksp.l      $LEX_CMD nksp.l
31      mv -f lex.Nksp_.c nksp.cpp      mv -f lex.Nksp_.c nksp.cpp 2>/dev/null
32  )  )
33  echo "Done"  echo "Done"

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

  ViewVC Help
Powered by ViewVC