Date: Fri, 22 Mar 1996 23:08:53 +0200 (GMT+0200) From: Bogdan Baliuc To: DJGPP mailing list Subject: Object files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I've got a philosophic kind of question: Is there any way to convert djgpp's object files to the standard DOS (Windows) object file format (short of writing a converter myself, of course)? If not, is there any way to convert assembly language output for DJGPP (which is UNIX-style) to the standard Intel assembly language? Or is there an assembler that can understand the UNIX-style assembly and output object files compatible with LINK32 or TLINK32? I would appreciate any shadow of a hint.