diff options
| author | Wez Furlong <wez@php.net> | 2004-07-27 03:57:31 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2004-07-27 03:57:31 +0000 |
| commit | ac878007602a8fb06d17de5daa559a31fabf85cb (patch) | |
| tree | acdab5fc7b344e371d385039ae67da71f95e9324 /sapi/activescript/config.w32 | |
| parent | 3e327b6e21b2fa10ab08935f4eb10f18b0c8d960 (diff) | |
| download | php-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.w32 | 2 |
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'); } |
