mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 07:34:13 +01:00
5 lines
249 B
Batchfile
5 lines
249 B
Batchfile
rem must be run with current directory = the directory of the batch
|
|
rem PEAR is required to build
|
|
php -d include_path=".;C:\iTop\PHP\PEAR" ".\PHP\LexerGenerator\cli.php" ..\oql-lexer.plex
|
|
php ".\PHP\ParserGenerator\cli.php" ..\oql-parser.y
|
|
pause |