wez Sat Jul 24 09:18:57 2004 EDT Modified files: /php-src/sapi/activescript config.w32 Log: Enable IObjectSafety so that we can be used in the M$ scripting control. Thanks to Rob for checking this out. http://cvs.php.net/diff.php/php-src/sapi/activescript/config.w32?r1=1.2&r2=1.3&ty=u Index: php-src/sapi/activescript/config.w32 diff -u php-src/sapi/activescript/config.w32:1.2 php-src/sapi/activescript/config.w32:1.3 --- php-src/sapi/activescript/config.w32:1.2 Sat Jan 17 08:00:01 2004 +++ php-src/sapi/activescript/config.w32 Sat Jul 24 09:18:56 2004 @@ -1,5 +1,5 @@ // vim:ft=javascript -// $Id: config.w32,v 1.2 2004/01/17 13:00:01 sniper Exp $ +// $Id: config.w32,v 1.3 2004/07/24 13:18:56 wez Exp $ ARG_ENABLE('activescript', 'Build ActiveScript version of PHP', 'no'); @@ -8,6 +8,6 @@ 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'); + SAPI('activescript', 'classfactory.cpp php5activescript.c scriptengine.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'); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php