mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
Added a version number (arbitrary initialized to 2015-08-31 for iTop v2.2.0) to the OQL Lexer/parser.
SVN:2.2.0[3802]
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
#!/bin/bash
|
||||
php PHP/LexerGenerator/cli.php oql-lexer.plex
|
||||
php PHP/ParserGenerator/cli.php oql-parser.y
|
||||
#
|
||||
# Rebuild the iTop Lexer / Parser
|
||||
# PEAR is required to build (really?)
|
||||
# Launch this batch from the core/oql/build directory
|
||||
# with ./build.bash
|
||||
#
|
||||
php PHP/LexerGenerator/cli.php ../oql-lexer.plex
|
||||
php PHP/ParserGenerator/cli.php ../oql-parser.y
|
||||
php -r "echo date('Y-m-d');" > ../version.txt
|
||||
|
||||
|
||||
@@ -2,4 +2,5 @@ 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
|
||||
php -r "echo date('Y-m-d');" > ..\version.txt
|
||||
pause
|
||||
1
core/oql/version.txt
Normal file
1
core/oql/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
2015-08-31
|
||||
Reference in New Issue
Block a user