Linking to libraries with D

Alexander Panek alexander.panek at brainsware.org
Fri Nov 16 06:21:31 PST 2007


On Fri, 16 Nov 2007 13:33:17 +0000 (UTC)
Jarrod <gigantic.midget at gmail.com> wrote:

> > You can use the bud tool from dsource.org/projects/build to automate
> > this.  Then you only need to include the main source file, plus
> > libraries to get the same effect:
> > bud main.d stuff.lib
> > There's also a similar tool called dsss that linux users seem to
> > prefer: http://www.dsource.org/projects/dsss

> I have dsss, but I wasn't aware that it could be used to automate
> this process. Alexanders reply also suggested dsss, so I guess I'll
> look into its usage.

Well, that's one of the major reasons why Rebuild (and also bud) has
been created. :)

-- 
Alexander Panek <alexander.panek at brainsware.org>



More information about the Digitalmars-d mailing list