Changeset 600
- Timestamp:
- 05/09/07 15:12:54 (2 years ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/dsss.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r599 r600 17 17 (see ticket #26). 18 18 - Rebuild: Made rebuild choose a D compiler at runtime when possible. 19 - The 'sss' package now installs as a sourcelibrary, so it should be 20 compilable during X-compilation, etc. 19 21 20 22 0.64 from 0.63: trunk/dsss.conf
r575 r600 27 27 28 28 [sss] 29 # these are not useful in the library 30 exclude = sss/main.d sss/dsssdll.d sss/stub.d 31 32 # this has bootstrapping issues if included it (depends on Mango) 33 exclude += sss/net.d 34 35 # sss depends on rebuild/util 36 buildflags = -g -Irebuild 37 38 # Install sss/net.d as source (so that libsss won't incur dependencies) 39 version (!DSSS_Light) { 40 preinstall = install sss/net.d $INCLUDE_PREFIX/sss 41 } 29 # Install this as a sourcelibrary, so it will work on any platform/compiler combination 30 type = sourcelibrary 42 31 43 32 version (Windows) { 44 33 # Necessary on Windows, worthless elsewhere 45 34 [bcd/windows] 35 type = sourcelibrary 46 36 } 47 37
