Date: Sat, 14 Oct 2000 21:02:13 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Edmund Horner" Message-Id: <1659-Sat14Oct2000210212+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <971522982.631595@shelley.paradise.net.nz> (ejrh@paradise.net.nz) Subject: Re: DJGPP <--> Linux portability References: <971522982 DOT 631595 AT shelley DOT paradise DOT net DOT nz> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Edmund Horner" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 15 Oct 2000 00:30:20 +1300 > > Warning: these questions may appear slightly OT. They aren't: portability between DJGPP and Unix systems is perfectly on-topic in this news group. > 2. Backslash-newlines, which i use occassionally for the more complicated > #defines, aren't recognised by cpp, apparently because of the CRLF problem. > Is there a simple way I can get around this? I'd like to be able to compile > the same sources that I edit with RHIDE in dos. RHIDE (and any other reasonable editor) can edit Unix-style text files. So run your files through DTOU, a utility supplied with DJGPP, and you will be able to use them on both systems.