build.cmd 296 B

123456
  1. rem must be run with current directory = the directory of the batch
  2. rem PEAR is required to build
  3. php -d include_path=".;C:\iTop\PHP\PEAR" ".\PHP\LexerGenerator\cli.php" ..\oql-lexer.plex
  4. php ".\PHP\ParserGenerator\cli.php" ..\oql-parser.y
  5. php -r "echo date('Y-m-d');" > ..\version.txt
  6. pause