- update of paths

This commit is contained in:
Uwe.Tews
2009-03-22 22:36:46 +00:00
parent a752396d41
commit c20094c923
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ passthru('C:\wamp\bin\php\php5.2.8\php ./ParserGenerator/cli.php internal.config
// Create Lexer
require_once './LexerGenerator.php';
$lex = new PHP_LexerGenerator('internal.configfilelexer.plex');
copy('internal.configfilelexer.php','../sysplugins/internal.configfilelexer.php');
copy('internal.configfileparser.php','../sysplugins/internal.configfileparser.php');
copy('internal.configfilelexer.php','../../distribution/libs/sysplugins/internal.configfilelexer.php');
copy('internal.configfileparser.php','../../distribution/libs/sysplugins/internal.configfileparser.php');
?>

View File

@@ -12,8 +12,8 @@ file_put_contents('internal.templatelexer.php', $contents);
//$contents = file_get_contents('internal.templateparser.php');
//$contents = preg_replace('%/\*[\s\S]+?\*/|(?://|#).*(?:\r\n|\n)%m', '', $contents);
//file_put_contents('internal.templateparser.php', $contents);
copy('internal.templatelexer.php','../sysplugins/internal.templatelexer.php');
copy('internal.templateparser.php','../sysplugins/internal.templateparser.php');
copy('internal.templatelexer.php','../../distribution/libs/sysplugins/internal.templatelexer.php');
copy('internal.templateparser.php','../../distribution/libs/sysplugins/internal.templateparser.php');
//unlink('internal.templatelexer.php');
//unlink('internal.templateparser.php');