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

Changeset 199

Show
Ignore:
Timestamp:
06/14/06 16:42:11 (2 years ago)
Author:
sean
Message:

Changes to (hopefully) sort out building on Linux.

Files:

Legend:

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

    r185 r199  
    1 export TANGO_OLDHOME=$HOME 
     1OLDHOME=$HOME 
    22export HOME=`pwd` 
    3 make -f linux.mak clean 
    4 make -f linux.mak 
    5 make -f linux.mak install 
    6 make -f linux.mak clean 
    7 export HOME=$TANGO_OLDHOME 
     3make clean   -flinux.mak 
     4make         -flinux.mak 
     5make install -flinux.mak 
     6make clean   -flinux.mak 
     7export HOME=$OLDHOME 
  • trunk/lib/dmd.conf

    r184 r199  
    1 [Version] 
    2 version=7.51 Build 020 
    3  
    41[Environment] 
    5 LIB=%@P%/../lib 
    6 DFLAGS="-I%HOME%/.." 
     2DFLAGS=-version=Posix -I%HOME%/..