mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
7 lines
346 B
Batchfile
7 lines
346 B
Batchfile
rem must be run with current directory = the directory of the batch
|
|
rem PEAR is required to build
|
|
rem PHP 8.0+ is not supported by the parser generator
|
|
php -d include_path=".;C:\iTop\PHP\PEAR" ".\PHP\LexerGenerator\cli.php" ..\oql-lexer.plex
|
|
php ".\PHP\ParserGenerator\cli.php" ..\oql-parser.y
|
|
php -r "echo date('Y-m-d');" > ..\version.txt
|
|
pause |