From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help about RHIDE (specifing object directory) Date: Mon, 13 Oct 1997 12:00:28 +0200 Organization: TU Chemnitz-Zwickau Lines: 29 Message-ID: <3441F13C.51B5F62A@Mathematik.TU-Chemnitz.DE> References: <343CB7FA DOT 294B AT art DOT alcatel DOT fr> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Olivier PERRON wrote: > > how can I tell RHIDE to compile in the directory where it found the > source file ? > > Say I have src1, src2, src3,... source directories and I want RHIDE to > compile src1/foo.c in src1 (so, putting foo.o in src1). Create a new project. Enable in 'Options/Preferences' the 'Directories in project items' _BEFORE_ you add the source files to your project. Now add the files to your project (they should be shown then in the project window as src1/foo.c ...). That's now all. RHIDE will place now the object files also in that subdirs. BTW: Doing so you will not longer need to setup all the subdirectories in the 'Options/Directories/Sources' !! Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************