www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/01/08/03:56:55

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f
Date: Tue, 8 Jan 2002 10:55:50 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: djgpp AT delorie DOT com
Subject: Re: compile 24 C files AND 3 HEADERS
In-Reply-To: <Xns918FD007E5EB1ASINANUNUR@132.236.56.8>
Message-ID: <Pine.SUN.3.91.1020108105533.21206Q@is>
MIME-Version: 1.0
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

On 8 Jan 2002, A. Sinan Unur wrote:

> 2. There are many ways of doing this. If you don't want to write a 
> makefile, and would like to avoid typing all the filenames, you can do
> 
> dir *.o /b > file.lst
> gcc @file.lst -o outname.exe

Or even simpler:

  gcc *.o -o outname.exe

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019