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

Changeset 2621

Show
Ignore:
Timestamp:
10/05/07 01:25:13 (1 year ago)
Author:
sean
Message:

Temp fix for ticket #561.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/common/tango/posix.mak

    r2465 r2621  
    124124 
    125125install : 
     126    echo "static this();" >> Thread.di 
    126127    $(MD) $(INC_DEST) 
    127128    find . -name "*.di" -exec cp -f {} $(INC_DEST)/{} \;