diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-08 22:42:28 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-08 22:42:28 +0000 |
commit | a6841bf66b06705f025c49982f056a028ad88ddf (patch) | |
tree | 3d81b2fd40921942327f4e99c545ab4836bdc142 /buildconf.bat | |
parent | 10f2b1519bfd70d661d4c6bf401b492c1361feab (diff) | |
download | php-git-a6841bf66b06705f025c49982f056a028ad88ddf.tar.gz |
- MFH:
- 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= |