pajoye Mon, 19 Oct 2009 20:09:19 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=289771
Log: - add glib and enchant backends to 5.3 Changed paths: U php/win-installer/trunk/ExtensionsFeatures53.wxs U php/win-installer/trunk/ExtensionsFragment53.wxs Modified: php/win-installer/trunk/ExtensionsFeatures53.wxs =================================================================== --- php/win-installer/trunk/ExtensionsFeatures53.wxs 2009-10-19 20:07:25 UTC (rev 289770) +++ php/win-installer/trunk/ExtensionsFeatures53.wxs 2009-10-19 20:09:19 UTC (rev 289771) @@ -80,6 +80,10 @@ <Feature AllowAdvertise="no" Id="ext_php_enchant" Title="$(loc.Featureext_php_enchantTitle)" Description="$(loc.Featureext_php_enchantDescription)" Level="10"> <ComponentRef Id="php_enchant"/> <ComponentRef Id="libenchantDLL"/> + <ComponentRef Id="glib2DLL"/> + <ComponentRef Id="gmodule2DLL"/> + <ComponentRef Id="libenchantmyspellDLL"/> + <ComponentRef Id="libenchantispellDLL"/> </Feature> <Feature AllowAdvertise="no" Id="ext_php_event" Title="$(loc.Featureext_php_eventTitle)" Description="$(loc.Featureext_php_eventDescription)" Level="10"> <ComponentRef Id="php_event"/> Modified: php/win-installer/trunk/ExtensionsFragment53.wxs =================================================================== --- php/win-installer/trunk/ExtensionsFragment53.wxs 2009-10-19 20:07:25 UTC (rev 289770) +++ php/win-installer/trunk/ExtensionsFragment53.wxs 2009-10-19 20:09:19 UTC (rev 289771) @@ -20,6 +20,18 @@ <Component Id="libenchantDLL" DiskId="1" Guid="E27E4C40-156D-11DE-8C30-0800200C9A66"> <File Id="filelibenchantDLL" Name="LIBENC_1.DLL" LongName="libenchant.dll" Source="Files\libenchant.dll" /> </Component> + <Component Id="glib2DLL" DiskId="1" Guid="837C3829-1DB4-4f6e-A6E1-A8C746A0BBBC"> + <File Id="fileglib2DLL" Name="glib-2.dll" Source="Files\glib-2.dll" /> + </Component> + <Component Id="gmodule2DLL" DiskId="1" Guid="9F64F164-C395-4edf-A615-44A212FBCCB7"> + <File Id="filegmodule2DLL" Name="gmodul_2.dll" Source="Files\gmodule-2.dll" /> + </Component> + <Component Id="libenchantmyspellDLL" DiskId="1" Guid="A53BEC7D-A42C-4bfb-A64B-1727E786A270"> + <File Id="filelibenchantmyspellDLL" Name="libenm_1.dll" Source="Files\libenchant_myspell.dll" /> + </Component> + <Component Id="libenchantispellDLL" DiskId="1" Guid="C39C22EC-D3F5-4a73-A27A-BF4C1F45F8C1"> + <File Id="filelibenchantispellDLL" Name="libeni_1.dll" Source="Files\libenchant_ispell.dll" /> + </Component> <Component Id="ntwdblibDLL" DiskId="1" Guid="7FA2C1EB-5166-4D16-AD36-DEF92A491D8B"> <File Id="filentwdblibDLL" Name="ntwdblib.dll" Source="Files\ntwdblib.dll" /> </Component>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php