Changeset 987 for trunk/config.w32
- Timestamp:
- 2012-07-18T05:19:57+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/config.w32 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.w32
r986 r987 13 13 14 14 var xcache_sources = " 15 main/xc_processor.c \16 main/xc_const_string.c \17 main/xc_lock.c \18 main/xc_mem.c \19 main/xc_opcode_spec.c \20 main/xc_sandbox.c \21 main/xc_shm.c \22 main/xc_shm_mmap.c \23 main/xc_utils.c \24 15 util/xc_stack.c \ 25 16 xcache.c \ 17 xcache/xc_const_string.c \ 18 xcache/xc_lock.c \ 19 xcache/xc_mem.c \ 20 xcache/xc_opcode_spec.c \ 21 xcache/xc_processor.c \ 22 xcache/xc_sandbox.c \ 23 xcache/xc_shm.c \ 24 xcache/xc_shm_mmap.c \ 25 xcache/xc_utils.c \ 26 26 "; 27 27 // {{{ add sources on enabled … … 78 78 if (PHP_XCACHE_TEST != "no") { 79 79 ADD_FLAG("XCACHE_ENABLE_TEST", "-DXCACHE_ENABLE_TEST"); 80 xcache_sources += " main/xc_malloc.c";80 xcache_sources += " xcache/xc_malloc.c"; 81 81 AC_DEFINE("HAVE_XCACHE_TEST", 1, "Define to enable XCache self test"); 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.

