Date: Mon, 10 Feb 2003 07:54:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: how to make a Timer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 9 Feb 2003, Alex Vinokur wrote: > > You could use the CVS interface: > > > > http://www.delorie.com/djgpp/cvs.html > > > > (follow the link to cvsweb interface on that page). > > > I have downloaded DJGPP 2.04 via CVS interface. > How can I create version 2.04 to work with it ? > I looked at http://www.delorie.com/bin/cvsweb.cgi/djgpp/. > However I didn't find what I have to do Navigate to the file you want to get and save it to your local disk. In this case, point your browseer to http://www.delorie.com/bin/cvsweb.cgi/djgpp/src/libc/pc_hw/timer/uclock.c and the file uclock.c will appear. Then click Files->Save as, save the file, compile it and use it. (Section 8.22 of the DJGPP FAQ list explains how to replace a single module in the library, should you need that.)