jmertic Fri Dec 19 20:26:14 2008 UTC Modified files: /win-installer build.bat Log: Run PHP scripts without parsing any ini file settings. http://cvs.php.net/viewvc.cgi/win-installer/build.bat?r1=1.14&r2=1.15&diff_format=u Index: win-installer/build.bat diff -u win-installer/build.bat:1.14 win-installer/build.bat:1.15 --- win-installer/build.bat:1.14 Wed Oct 8 14:46:15 2008 +++ win-installer/build.bat Fri Dec 19 20:26:13 2008 @@ -44,10 +44,10 @@ set msiname="php-%1-%extrants%win32-%buildtype%-installer%extrasnaps%.msi" echo Building ExtensionsComponents.wxs -Files\php.exe GenExtensionsComponents.wxs.php "%phpver%" +Files\php.exe -n GenExtensionsComponents.wxs.php "%phpver%" echo Building PHPInstaller%1.wxs -Files\php.exe GenPHPInstaller.wxs.php "PHPInstallerBase%phpver%%suffix%.wxs" "%1" "%includevc9msm%" +Files\php.exe -n GenPHPInstaller.wxs.php "PHPInstallerBase%phpver%%suffix%.wxs" "%1" "%includevc9msm%" echo Building WebServerConfig%1.wxs copy WebServerConfig%phpver%%suffix%.wxs WebServerConfig%1.wxs
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php