xref: /PHP-5.5/buildconf.bat (revision 46dc120c)
1@echo off
2cscript /nologo win32\build\buildconf.js %*
3SET PHP_BUILDCONF_PATH=%~dp0
4copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
5SET PHP_SDK_SCRIPT_PATH=
6
7IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')