Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3199

Show
Ignore:
Timestamp:
02/16/08 06:11:34 (10 months ago)
Author:
larsivi
Message:

support for freebsd, fixed Posix locale naming (dsss.conf).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dsss.conf

    r3019 r3199  
    3333 
    3434[tango/sys] 
    35 exclude = tango/sys/linux/* tango/sys/darwin/* tango/sys/win32/* 
     35exclude = tango/sys/linux/* tango/sys/darwin/* tango/sys/win32/* tango/sys/freebsd/* 
    3636exclude += tango/sys/TimeConverter.d 
    3737 
     
    4242version (darwin) { 
    4343    [tango/sys/darwin] 
     44} 
     45 
     46version (freebsd) { 
     47    [tango/sys/freebsd] 
    4448} 
    4549 
     
    5559 
    5660[tango/text/locale] 
    57 version (!linux) { 
    58     exclude += tango/text/locale/Linux.d 
     61version (!Posix) { 
     62    exclude += tango/text/locale/Posix.d 
    5963} 
    6064version (!Windows) {