summaryrefslogtreecommitdiff
path: root/sapi/activescript/config.w32
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-07-27 03:57:31 +0000
committerWez Furlong <wez@php.net>2004-07-27 03:57:31 +0000
commitac878007602a8fb06d17de5daa559a31fabf85cb (patch)
treeacdab5fc7b344e371d385039ae67da71f95e9324 /sapi/activescript/config.w32
parent3e327b6e21b2fa10ab08935f4eb10f18b0c8d960 (diff)
downloadphp-git-ac878007602a8fb06d17de5daa559a31fabf85cb.tar.gz
Major re-jig.
With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code.
Diffstat (limited to 'sapi/activescript/config.w32')
-rw-r--r--sapi/activescript/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/activescript/config.w32 b/sapi/activescript/config.w32
index 401f8663a6..0dbfc5851c 100644
--- a/sapi/activescript/config.w32
+++ b/sapi/activescript/config.w32
@@ -8,6 +8,6 @@ if (PHP_ACTIVESCRIPT == "yes") {
ERROR("ActiveScript module requires an --enable-zts build of PHP");
}
- SAPI('activescript', 'classfactory.cpp php5activescript.c scriptengine.cpp', 'php' + PHP_VERSION + 'activescript.dll', '/D PHP5ISAPI_EXPORTS /D ACTIVEPHP_OBJECT_SAFETY=1');
+ SAPI('activescript', 'classfactory.cpp php5activescript.c scriptengine.cpp marshal.cpp', 'php' + PHP_VERSION + 'activescript.dll', '/D PHP5ISAPI_EXPORTS /D ACTIVEPHP_OBJECT_SAFETY=1');
ADD_FLAG('LDFLAGS_ACTIVESCRIPT', 'oleaut32.lib ole32.lib user32.lib advapi32.lib /DEF:' + configure_module_dirname + '\\php5activescript.def');
}