diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-08 22:41:54 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-08 22:41:54 +0000 |
commit | b2677b483873003e6aaf10c483c3878c6eb5c4e7 (patch) | |
tree | c541659ab5a2a8ce9076b9eff7af00833f21f494 /buildconf.bat | |
parent | b010e3875b841a48308609b5600655a34ed3914d (diff) | |
download | php-git-b2677b483873003e6aaf10c483c3878c6eb5c4e7.tar.gz |
- buildconf accepts arguments (pecl dir for ex.)
- copy configure.bat
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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= |