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:
parent
dc6ba596cd
commit
2fe294f127
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue