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

Changeset 3062

Show
Ignore:
Timestamp:
12/21/07 04:01:30 (1 year ago)
Author:
larsivi
Message:

Merge [3056] to 0.99.4 tag

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/releases/0.99.4/install/dmd-posix/mkinstaller.sh

    r2866 r3062  
    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