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

Changeset 2867

Show
Ignore:
Timestamp:
11/13/07 04:48:13 (1 year ago)
Author:
larsivi
Message:

Make absolutely sure those header files are readable. closes #565 as long as it is built using build-gdc.sh

Files:

Legend:

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

    r2059 r2867  
    2828make lib doc install -fgdc-posix.mak ADD_CFLAGS="$ADD_CFLAGS" || exit 1 
    2929make clean -fgdc-posix.mak || exit 1 
     30chmod 644 ../tango/core/*.di || exit 1 
     31 
    3032export HOME=$OLDHOME