1
0
Fork 0

fix for new build system

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@412 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2007-06-14 06:00:58 +00:00
parent dc6ba596cd
commit 2fe294f127
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ if (PHP_XCACHE != "no") {
MFO.Close();
var mfo = file_get_contents(mfofile);
mfo.match(/(.*\\xcache)\\xcache.obj/);
mfo.match(/(.*)\\xcache.obj:/);
var builddir = RegExp.$1;
mfo.match(/(.*\$\(CC\).* )\/c.*\\xcache\\xcache.c.*/i);
mfo.match(/(.*\$\(CC\).* )\/c.*\\xcache.c.*/i);
var ccrule = RegExp.$1;
MFO = FSO.OpenTextFile(mfofile, 8);