summaryrefslogtreecommitdiff
path: root/sapi/activescript/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/activescript/config.w32')
-rw-r--r--sapi/activescript/config.w3213
1 files changed, 0 insertions, 13 deletions
diff --git a/sapi/activescript/config.w32 b/sapi/activescript/config.w32
deleted file mode 100644
index 1448cb2398..0000000000
--- a/sapi/activescript/config.w32
+++ /dev/null
@@ -1,13 +0,0 @@
-// vim:ft=javascript
-// $Id$
-
-ARG_ENABLE('activescript', 'Build ActiveScript version of PHP', 'no');
-
-if (PHP_ACTIVESCRIPT == "yes") {
- if (PHP_ZTS == "no") {
- 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');
- ADD_FLAG('LDFLAGS_ACTIVESCRIPT', 'oleaut32.lib ole32.lib user32.lib advapi32.lib /DEF:' + configure_module_dirname + '\\php5activescript.def');
-}