From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: [h-e-w] emacs-20110510 windows binaries Date: Thu, 12 May 2011 17:01:47 +0200 Message-ID: References: <87tyd2zasn.fsf@gmail.com> <874o505awb.fsf@lifelogs.com> <87mxis3rvc.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1305212568 32083 80.91.229.12 (12 May 2011 15:02:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 May 2011 15:02:48 +0000 (UTC) Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 12 17:02:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QKXPX-0005M0-4y for ged-emacs-devel@m.gmane.org; Thu, 12 May 2011 17:02:43 +0200 Original-Received: from localhost ([::1]:54404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKXPW-0000Hv-Kc for ged-emacs-devel@m.gmane.org; Thu, 12 May 2011 11:02:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKXPS-0000DI-Q9 for emacs-devel@gnu.org; Thu, 12 May 2011 11:02:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKXPR-0004g1-Sg for emacs-devel@gnu.org; Thu, 12 May 2011 11:02:38 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:64532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKXPI-0004fN-Un; Thu, 12 May 2011 11:02:29 -0400 Original-Received: by yib18 with SMTP id 18so680737yib.0 for ; Thu, 12 May 2011 08:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=ZpD/RDy8HzIVt9kb5SRUHLDKhKOepUy/HFshAUPnIlk=; b=x8itSJyNDbSysuVqS/xiu/Dr5PJZWjFTkv4by7UhSEwOpelsWVvvaQw6Cy1y4KPUWn YPT6dlsOO/FjVX52iDNKOb63cE4Vy+Od60wwOZprA4zaLlNTcNJJu+zFgeT9y3bxIe0d EKL3+qmpuNbD2o3OSNsV3WeMVDTMeVzyZK74E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=j+bt5S84T4QF1dEAuq9I/u3hHBd/FGnmYrgCP2Po1HEQRrlwpzQSF4zE4twfCqHHvk mbc+sXPv9mmhLWZR5rjEH+pWMNOJuzZ8eK+cVg2OVdDTFCg3R4AR0gUI6XYLm61CuzJ8 hpRYIoJ1aUuN42Yc08E37WoL2cqXWNqV0tLtQ= Original-Received: by 10.236.78.34 with SMTP id f22mr272247yhe.428.1305212547129; Thu, 12 May 2011 08:02:27 -0700 (PDT) Original-Received: by 10.147.41.4 with HTTP; Thu, 12 May 2011 08:01:47 -0700 (PDT) In-Reply-To: <87mxis3rvc.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139327 gmane.emacs.windows:4987 Archived-At: 2011/5/12 Ted Zlatanov : > ...but the distribution has to include the DLLs, right? AFAIK, we don't plan to distribute the DLLs. > Or are the > users supposed to download them directly? Yes. This is no different of what we currently do with most image libraries (xpm aside). The file nt/INSTALL already points the user to http://josefsson.org/gnutls4win/ where the DLLs can be found. =C2=A0 =C2=A0 Juanma