Changeset 2713


Ignore:
Timestamp:
Jul 16, 2006, 5:21:17 AM (19 years ago)
Author:
bird
Message:

Import lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/Makefile.kmk

    r2712 r2713  
    137137## @todo lazy importing uconv and libuni!
    138138
    139 
     139#
     140# The shared library / so.
     141#
     142IMPORT_LIBS += libc_dll
     143libc_dll_TEMPLATE = libc
     144libc_dll_SOURCES = \
     145        $(PATH_TARGET)/libc.def
     146# todo add socket ++.
     147
     148#
     149# The export definition file.
     150#
    140151$(PATH_TARGET)/libc.def: \
    141152                $(TARGET_libc) \
Note: See TracChangeset for help on using the changeset viewer.