From: "Alex Vinokur" Newsgroups: comp.os.msdos.djgpp Subject: Re: how to make a Timer Date: Tue, 11 Feb 2003 06:18:30 +0200 Lines: 27 Message-ID: References: NNTP-Posting-Host: 212.150.34.142 X-Trace: fu-berlin.de 1044937115 44123449 212.150.34.142 (16 [79865]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1030210075002 DOT 7932C AT is... > > 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.)