The attached patch contains a couple of changes to win32 project file for
the
gettext extension.
Added defines to enable plural gettext functions on win32. These functions
exist in the current libintl-1.dll.
/D HAVE_NGETTEXT=1
/D HAVE_DNGETTEXT=1
Changed import lib that is linked to libintl.lib from gnu_gettext.lib. As
far as I know these two import libs are identical and both available at:
http://ftp.proventum.net/pub/php/win32/misc/dev/php_build/lib/
Nathan
Hi,
It seems the attachment was eliminated by the list manager.
Try suffixing it with ".txt" or inlining it.
Moriyoshi
"Nathan Fredrickson" nathan@silverorange.com wrote:
The attached patch contains a couple of changes to win32 project file for
the
gettext extension.Added defines to enable plural gettext functions on win32. These functions
exist in the current libintl-1.dll.
/D HAVE_NGETTEXT=1
/D HAVE_DNGETTEXT=1Changed import lib that is linked to libintl.lib from gnu_gettext.lib. As
far as I know these two import libs are identical and both available at:
http://ftp.proventum.net/pub/php/win32/misc/dev/php_build/lib/Nathan