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

Changeset 3056

Show
Ignore:
Timestamp:
12/20/07 04:30:05 (1 year ago)
Author:
Jim Panic
Message:

libphobos => libtango-base-dmd

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install/dmd-posix/mkinstaller.sh

    r2866 r3056  
    3434 
    3535# 1) The core 
    36 if [ ! -e lib/libphobos.a ] 
     36if [ ! -e lib/libtango-base-dmd.a ] 
    3737then 
    3838    cd lib || die 1 "Failed to cd to lib" 
     
    4141fi 
    4242 
    43 tar zcf core.tar.gz object.di lib/libphobos.a \ 
     43tar zcf core.tar.gz object.di lib/libtango-base-dmd.a \ 
    4444    lib/install-dmd.sh || die 1 "Failed to create core.tar.gz" 
    4545