DSSS 0.54 and Rebuild 0.12 released!

Bill Baxter dnewsgroup at billbaxter.com
Sun Feb 25 09:17:06 PST 2007


Henning Hasemann wrote:
> On Fri, 23 Feb 2007 16:58:07 -0800
> Gregor Richards <Richards at codu.org> wrote:
> 
>> DSSS, the D Shared Software System, is a tool to ease the building, 
>> installation, configuration and acquisition of D software.
>>
>> This release fixes a number of bugs. If you had issues you brought to my 
>> attention with 0.52, you should try 0.54.
>>
>> DSSS: http://www.dsource.org/projects/dsss/wiki/
>> Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild
>>
>>   - Gregor Richards
> 
> Thanks for the update!
> That new readme file already is enough for me to start, great work!

 From the README
"""
Rebuild can also compile libraries. The -lib flag to rebuild causes it 
to generate a library instead of a binary:
Windows+DMD: rebuild -lib foo/foo.d -offoo.lib
Otherwise:   rebuild -lib foo/foo.d -oflibfoo.a
"""

Might be nice for -of to assume the platform-specific extension like 
pragma(link,"foo") does.  Then
    rebuild -lib foo/foo.d -offoo
would work everywhere.

--bb



More information about the Digitalmars-d-announce mailing list