php-src/sapi/cli/config.w32

10 lines
159 B
Plaintext
Raw Normal View History

// 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');
}