From: "Michael Stewart" Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide ide question Date: Tue, 3 Aug 1999 11:37:42 +0100 Organization: (Posted via) Netcom Internet Ltd. Message-ID: <7o6gpj$6dh$1@taliesin.netcom.net.uk> References: <7o6eis$reu$1 AT planja DOT arnes DOT si> NNTP-Posting-Host: hgty.capgemini.co.uk X-Trace: taliesin.netcom.net.uk 933676659 6577 194.42.240.2 (3 Aug 1999 10:37:39 GMT) X-Complaints-To: abuse AT corp DOT netcom DOT net DOT uk NNTP-Posting-Date: 3 Aug 1999 10:37:39 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Matej wrote in message <7o6eis$reu$1 AT planja DOT arnes DOT si>... >hello, >when i make a program (with F9), the *.o and *.exe appear on my desktop. how >can I configure it to make those file in another directory (e.g. c:\c++). I >already tried something that worked but it worked until I closed the rhide. Rhide (I think) by default places the *.o and *.exe files in the current working directory. There are options which allow you to specify where it puts them (take a look in the docs, I don't remember which options they are) To set up defaults you can create a project called rhide (run Rhide from the /djgpp/bin/ directory like `rhide rhide' to create the project), set all the settings you want and the save them (options->save I think). Each project you create then will use those settings.