File by file or all files at the same time.

Moritz Warning moritzwarning at web.de
Tue Aug 12 00:58:12 PDT 2008


On Tue, 12 Aug 2008 00:30:20 -0400, Jarrett Billingsley wrote:

> "lurker" <lurker1024 at mailinator.com> wrote in message
> news:g7qo3o$2vff$1 at digitalmars.com...
>> Hi,
>>
>> Hi should I compile .EXEs and .LIBs? one file at a time and link all
>> .OBJs files or pass all files to the compiler at once?
>>
>> I'm on windows using both, DMD and GDC.
>>
>> Thanks.
> 
> It's entirely up to you.  Or rather, it _should_ be up to your build
> tool, because if you're not using rebuild or bud, you're probably doin
> it wrong.

I often use a makefile (available everywhere). :P
But DSSS/rebuild or bud are easier to use.


More information about the Digitalmars-d-learn mailing list