X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Kernel Panic" Newsgroups: comp.os.msdos.djgpp Subject: Assembly files and C preprocessor Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <30A38.65$Eq3.252@pollux.casema.net> Date: Wed, 23 Jan 2002 14:45:19 GMT NNTP-Posting-Host: 62.234.50.113 X-Trace: pollux.casema.net 1011797119 62.234.50.113 (Wed, 23 Jan 2002 15:45:19 MET) NNTP-Posting-Date: Wed, 23 Jan 2002 15:45:19 MET Organization: EuroNet Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! Again, I don't know if this is the right ng to ask, but.. =)) Well, I'm using Rhide, and there is an assembly file in my project, which I would like to be preprocessed by the C preprocessor (not GASP). I've given the .S (capital) suffix to it, but when I compile, it gets overwritten :( . Any suggestions?