Message-ID: <38310FCF.FBB0B707@virtualis.com> Date: Tue, 16 Nov 1999 19:03:28 +1100 From: Alex Mendes da Costa X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: RHIDE compiling Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: a7-p24.syd.fl.net.au X-Trace: 16 Nov 1999 19:06:02 +1100, a7-p24.syd.fl.net.au Organization: Customer of First Link Internet Services, Sydney, Australia Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi. When I want to make my project in RHIDE it compiles everything into a object file and then all the object files into an exe, correct? This is annoying when I have two files with the same name, eg. foo.c and foo.asm. it makes them both into foo.o and the compiles foo.o and foo.o completely stuffing up my thing. Is there any way to change the way it compiles things, i mean make foo.asm into foo.o and then add foo.c to foo.o. Its just akward because I have similar functions shared in c and asm. Thanks, Alex