Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80051 invoked from network); 15 Mar 2003 20:42:25 -0000 Received: from unknown (HELO vckyb3.nw.wakwak.com) (211.9.231.144) by pb1.pair.com with SMTP; 15 Mar 2003 20:42:25 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id AF5023FE6A; Sun, 16 Mar 2003 05:42:22 +0900 (JST) Received: from at.wakwak.com (z244.61-115-69.ppp.wakwak.ne.jp [61.115.69.244]) by at.wakwak.com (8.12.8/8.12.8/2003-03-04) with SMTP id h2FKgL9r079124; Sun, 16 Mar 2003 05:42:22 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Sun, 16 Mar 2003 05:45:12 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: "Nathan Fredrickson" Cc: Message-ID: <20030316054512HMm3hb@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: References: Subject: Re: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Hi, It seems the attachment was eliminated by the list manager. Try suffixing it with ".txt" or inlining it. Moriyoshi "Nathan Fredrickson" 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=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 >