Changeset 413 for branches/1.2
- Timestamp:
- 06/14/2007 06:03:41 AM (18 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
config.w32 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,400,402-405,407,410 to /trunk:1-302,344-346,371,374-375,388,391,393,395,400,402-405,407,410,412
-
branches/1.2/config.w32
r354 r413 80 80 81 81 var mfo = file_get_contents(mfofile); 82 mfo.match(/(.* \\xcache)\\xcache.obj/);82 mfo.match(/(.*)\\xcache.obj:/); 83 83 var builddir = RegExp.$1; 84 mfo.match(/(.*\$\(CC\).* )\/c.*\\xcache \\xcache.c.*/i);84 mfo.match(/(.*\$\(CC\).* )\/c.*\\xcache.c.*/i); 85 85 var ccrule = RegExp.$1; 86 86

