Changeset 1854


Ignore:
Timestamp:
Mar 14, 2005, 12:48:54 AM (20 years ago)
Author:
bird
Message:

No more intl trouble. stub iconv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.104 to 1.105
    r1853 r1854  
    15091509        ar cr $(ALL_PREFIX)/lib/libm.a
    15101510        ar cr $(ALL_PREFIX)/lib/libdl.a
    1511         echo "fix intl dll issue!"
    1512 #       exit 1
    1513         if test -f $(PATH_TOP)/tools/usr/lib/Iuintl6i.dll; then \
    1514                 cp $(PATH_TOP)/tools/usr/lib/Iuintl6i.dll $(ALL_PREFIX)/lib; \
    1515         else \
    1516                 if test -f $(PATH_TOP)/tools/usr/lib/intl6i.dll; then \
    1517                         cp $(PATH_TOP)/tools/usr/lib/intl6i.dll $(ALL_PREFIX)/lib; \
    1518                 fi \
    1519         fi
     1511        ar cr $(ALL_PREFIX)/lib/libiconv.a
    15201512                       
    15211513
Note: See TracChangeset for help on using the changeset viewer.