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

Changeset 2820

Show
Ignore:
Timestamp:
11/09/07 05:01:16 (1 year ago)
Author:
larsivi
Message:

Change library name for DMD, refs #660

Files:

Legend:

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

    r2772 r2820  
    2323                 
    2424  The script must be called from within lib/ and the resulting 
    25   binaries will be found there. The build requires that libphobos.a/ 
     25  binaries will be found there. The build requires that libdtango-base-dmd.a/ 
    2626  libgphobos.a already was built.' 
    2727    exit 0 
     
    148148elif [ "$1" = "dmd" ] 
    149149then 
    150     build dmd libtango.a libphobos.a 
     150    build dmd libdtango-user-tango.a libdtango-base-dmd.a 
    151151elif [ "$1" = "gdc" ] 
    152152then