Changeset 1106
- Timestamp:
- 12/21/06 15:22:02 (2 years ago)
- Files:
-
- trunk/dsss.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dsss.conf
r1037 r1106 7 7 install tango/core/Memory.di $INCLUDE_PREFIX/tango/core 8 8 version (GNU) { 9 exclude = tango/core/Epoch.d10 9 prebuild = $DSSS_BUILD -obj -explicit lib/common/core/Exception.d -fintfc-file=tango/core/Exception.di ; \ 11 10 $DSSS_BUILD -obj -explicit lib/common/core/Thread.d -fintfc-file=tango/core/Thread.di ; \ … … 40 39 } else { 41 40 exclude += tango/stdc/posix/* 42 }43 44 [tango/store]45 version (GNU) {46 # Not sure if this fails to build elsewhere47 exclude += tango/store/all.d tango/store/*Map.d48 41 } 49 42












