delorie.com/archives/browse.cgi | search |
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]" <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: | <na39g4$d5r$1@usenet.news.interia.pl> |
References: | <201601312013 DOT u0VKDC4O017569 AT delorie DOT com> <n8norb$gck$1 AT usenet DOT news DOT interia DOT pl> <56AF7CFB DOT 8010507 AT iki DOT fi> <n8obct$m4c$1 AT usenet DOT news DOT interia DOT pl> <83twlsyya8 DOT fsf AT gnu DOT org> <56B03232 DOT 8040802 AT iki DOT fi> <n8skjg$bf4$1 AT usenet DOT news DOT interia DOT pl> <n9siu0$hu6$1 AT usenet DOT news DOT interia DOT pl> <7c07fdd8-c7f5-4cba-b83d-42407a6717f7 AT googlegroups DOT com> <CAA2C=vAujKzSw-dfU8OyZZnvjGY_rRWEuDSVTgaou4DLn1dV-A AT mail DOT gmail DOT com> <4b2f2149-2994-4ff0-bda2-8051f1a27097 AT googlegroups DOT com> <dikd2rFnhrtU1 AT mid DOT dfncis DOT de> |
NNTP-Posting-Host: | user-164-127-228-6.play-internet.pl |
Mime-Version: | 1.0 |
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: | <dikd2rFnhrtU1@mid.dfncis.de> |
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 |
> > 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |