summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'sapi')
-rw-r--r--sapi/embed/config.w328
1 files changed, 8 insertions, 0 deletions
diff --git a/sapi/embed/config.w32 b/sapi/embed/config.w32
new file mode 100644
index 0000000000..8ea0781ed3
--- /dev/null
+++ b/sapi/embed/config.w32
@@ -0,0 +1,8 @@
+// vim:ft=javascript
+// $Id$
+
+ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
+
+if (PHP_EMBED != "no") {
+ SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
+}