From: Pierre Joye Date: Thu, 10 Feb 2011 21:42:13 +0000 (+0000) Subject: - missing X-Git-Tag: php-5.4.0alpha1~191^2~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afb36bb4eba0185c7460eeddc680eb5e9b913ec2;p=php - missing --- diff --git a/win32/build/phpize.bat b/win32/build/phpize.bat new file mode 100644 index 0000000000..c8840d3544 --- /dev/null +++ b/win32/build/phpize.bat @@ -0,0 +1,6 @@ +@echo off +SET PHP_BUILDCONF_PATH=%~dp0 +cscript /nologo %PHP_BUILDCONF_PATH%\script\phpize.js %* +copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul +IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not copied) ELSE (echo Now run 'configure --help') +SET PHP_BUILDCONF_PATH=