Changeset 413 for branches/1.2
- Timestamp:
- 2007-06-14T08:03:41+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
config.w32 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
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
Note: See TracChangeset
for help on using the changeset viewer.

