X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com]" Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: Update of DJGPP port of gcc-5.3.0 Date: Thu, 18 Feb 2016 03:15:31 +0100 Organization: INTERIA.PL S.A. Lines: 19 Message-ID: References: <201601312013 DOT u0VKDC4O017569 AT delorie DOT com> <56AF7CFB DOT 8010507 AT iki DOT fi> <83twlsyya8 DOT fsf AT gnu DOT org> <56B03232 DOT 8040802 AT iki DOT fi> <7c07fdd8-c7f5-4cba-b83d-42407a6717f7 AT googlegroups DOT com> <4b2f2149-2994-4ff0-bda2-8051f1a27097 AT googlegroups DOT com> NNTP-Posting-Host: user-164-127-228-6.play-internet.pl Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Trace: usenet.news.interia.pl 1455761733 13499 164.127.228.6 (18 Feb 2016 02:15:33 GMT) X-Complaints-To: usenet AT firma DOT interia DOT pl NNTP-Posting-Date: Thu, 18 Feb 2016 02:15:33 +0000 (UTC) In-Reply-To: X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Bytes: 2381 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 > > The actual file should've been named d_copy.S (capital S) since it > > uses the preprocessor (to #include three *.h files and #define > > stuff). The file makefile.linux seems to use "-x assembler-with-cpp" > > to guarantee this. > So does the DJGPP makefile do that, too? If not: why not? There is no official DJGPP makefile for Quake, it was omitted in source release by Id Software. All assembly files should be compiled with `gcc -x assembler-with-cpp` when using GCC in order to make #includes and #defines work. This applies to Linux and DJGPP. On Windows Quake is using different build environment, with MSVC and MASM. -- Wiktor S.