Changeset 600

Show
Ignore:
Timestamp:
05/09/07 15:12:54 (2 years ago)
Author:
Gregor
Message:

dsss.conf: The 'sss' package now installs as a sourcelibrary, so it should be compilable during X-compilation, etc.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r599 r600  
    1717          (see ticket #26). 
    1818        - 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. 
    1921 
    20220.64 from 0.63: 
  • trunk/dsss.conf

    r575 r600  
    2727 
    2828[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 
     30type = sourcelibrary 
    4231 
    4332version (Windows) { 
    4433    # Necessary on Windows, worthless elsewhere 
    4534    [bcd/windows] 
     35    type = sourcelibrary 
    4636} 
    4737