Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Sat, 4 Dec 1999 20:09:54 -0500 To: Mumit Khan Cc: Geoffrey Noer , cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Good suggestion from the Net... Message-ID: <19991204200954.A9717@cygnus.com> Mail-Followup-To: Mumit Khan , Geoffrey Noer , cygwin-developers AT sourceware DOT cygnus DOT com References: <19991128220451 DOT B11762 AT cygnus DOT com> <199912050105 DOT TAA01081 AT mercury DOT xraylith DOT wisc DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912050105.TAA01081@mercury.xraylith.wisc.edu>; from khan@nanotech.wisc.edu on Sat, Dec 04, 1999 at 07:05:59PM -0600 On Sat, Dec 04, 1999 at 07:05:59PM -0600, Mumit Khan wrote: >Geoffrey Noer writes: >> The following idea someone on the Net sent me sounds like a good idea >> to me. (Removing attribution since it was sent to me personally). >> >> -gjn >> >> ----- Forwarded message from "Joseph M. Hinkle" ----- >> >> Date: Sat, 27 Nov 1999 21:18:27 -0800 >> Subject: Cygwin >> >> Thanks for the most useful packages of Cygwin. >> >> May I offer a small suggestion? Include version information in the build >> of Cygwin.dll so Windows can show it in Properties > >I've had something like that in my tree for a while, but I'll need to >clean it up and generate a script ala mkvers.sh to create this everytime >you build instead of static version/file numbers etc. I'm confused. How does this differ from mkvers.sh? What kind of version information is being looked for that is not already in cygwin1.dll? Are you talking about adding something in the version fields of the DLL itself? FWIW, the command "grep '%% ' cygwin1.dll" should display all sorts of interesting stuff. Adding this to cygcheck is one of those round tuit type of things. cgf