Changeset 3199
- Timestamp:
- 02/16/08 06:11:34 (10 months ago)
- Files:
-
- trunk/dsss.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dsss.conf
r3019 r3199 33 33 34 34 [tango/sys] 35 exclude = tango/sys/linux/* tango/sys/darwin/* tango/sys/win32/* 35 exclude = tango/sys/linux/* tango/sys/darwin/* tango/sys/win32/* tango/sys/freebsd/* 36 36 exclude += tango/sys/TimeConverter.d 37 37 … … 42 42 version (darwin) { 43 43 [tango/sys/darwin] 44 } 45 46 version (freebsd) { 47 [tango/sys/freebsd] 44 48 } 45 49 … … 55 59 56 60 [tango/text/locale] 57 version (! linux) {58 exclude += tango/text/locale/ Linux.d61 version (!Posix) { 62 exclude += tango/text/locale/Posix.d 59 63 } 60 64 version (!Windows) {












