From: Martin Steuer Newsgroups: comp.os.msdos.djgpp Subject: Re: compiling winquake(quake1), makefiles Date: 15 Aug 2002 08:38:10 GMT Organization: No Organisation Lines: 13 Message-ID: References: <20020813185817 DOT 73874 DOT qmail AT web20208 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: dialin-145-254-079-176.arcor-ip.net (145.254.79.176) X-Trace: fu-berlin.de 1029400690 45369528 145.254.79.176 (16 [142788]) User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com a b wrote in news:20020813185817 DOT 73874 DOT qmail AT web20208 DOT mail DOT yahoo DOT com: > You mean build a project using rhide? What filename would > I look for? RSNTDL? MINGW? I'm new at this. > I not familiar with MSVC correct me if I'm wrong, but I think you should look for a file named .dsp thats the project file. The format of this file, however may be quite hard to understand, your task would be to find out which files need to be compiled in order to build winquake. But maybe someone has already written a makefile for MINGW, this way it would be much easier.