summaryrefslogtreecommitdiff
path: root/sapi/cli/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/config.w32')
-rw-r--r--sapi/cli/config.w329
1 files changed, 9 insertions, 0 deletions
diff --git a/sapi/cli/config.w32 b/sapi/cli/config.w32
new file mode 100644
index 0000000000..9f30ad6d7c
--- /dev/null
+++ b/sapi/cli/config.w32
@@ -0,0 +1,9 @@
+// vim:ft=javascript
+// $Id$
+
+ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
+
+if (PHP_CLI == "yes") {
+ SAPI('cli', 'getopt.c php_cli.c', 'php.exe');
+}
+