Changeset 1003 for trunk/config.w32

Show
Ignore:
Timestamp:
07/19/2012 08:51:33 AM (10 months ago)
Author:
moo
Message:

refactor: fix build for optimizer, use mod_* directories

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config.w32

    r991 r1003  
    4545        var withval = eval("PHP_XCACHE_" + uname); 
    4646        if (withval != "no") { 
    47             xcache_sources += " submodules/xc_" + name + ".c"; 
     47            xcache_sources += " mod_" + name + "/xc_" + name + ".c"; 
    4848            XCACHE_MODULES += " " + name; 
    4949            STDOUT.WriteLine("Enabling XCache Module: " + name);