From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE Question. Date: Sun, 19 Oct 1997 08:37:08 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Message-ID: <3448d606.3176655@news.uni-duisburg.de> References: <3 DOT 0 DOT 16 DOT 19971016132646 DOT 34a73840 AT hem1 DOT passagen DOT se> NNTP-Posting-Host: ppp101.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 16 Oct 1997 17:26:53 GMT, Peter Palotas wrote: > Yeah, I use a Makefile for this purpose right now. But it pretty much sucks > to have to exit RHIDE to DOS everytime you want to compile. You can put the Makefile in RHIDE's project window, set the "compiler" in the local options (Ctrl-o) to "make -f $(SOURCE_NAME)" and the compiler type to "user". Then you can go to the project window and press Alt-F9 on the Makefile to run Make. So you can get the error messages inside RHIDE and just press Enter on the errorlines to jump to the problematic file and line. I don't know if there's an easier way to run Make from within RHIDE. Regards... Michael