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

Changeset 3457

Show
Ignore:
Timestamp:
04/24/08 15:52:51 (7 months ago)
Author:
larsivi
Message:

Filter out group files for library builds.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-tango.sh

    r3275 r3457  
    4545 
    4646# This filter can probably be improved quite a bit, but should work 
    47 # on the supported platforms as of May 2007 
     47# on the supported platforms as of April 2008 
    4848filter() { 
    4949 
    5050    FILE=$1 
     51    if [ "`echo $FILE | grep group`" ] 
     52    then 
     53        return 1 
     54    fi 
     55 
    5156    if [ "`echo $FILE | grep win32`" -o "`echo $FILE | grep Win32`" ] 
    5257    then