From b2677b483873003e6aaf10c483c3878c6eb5c4e7 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 8 Dec 2008 22:41:54 +0000 Subject: - buildconf accepts arguments (pecl dir for ex.) - copy configure.bat --- buildconf.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconf.bat') diff --git a/buildconf.bat b/buildconf.bat index 7890ead40f..0b3b8ba7bc 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -1,2 +1,5 @@ @echo off cscript /nologo win32\build\buildconf.js %* +SET PHP_BUILDCONF_PATH=%~dp0 +copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% +SET PHP_SDK_SCRIPT_PATH= -- cgit v1.2.1