Changeset 2713
- Timestamp:
- Jul 16, 2006, 5:21:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/Makefile.kmk
r2712 r2713 137 137 ## @todo lazy importing uconv and libuni! 138 138 139 139 # 140 # The shared library / so. 141 # 142 IMPORT_LIBS += libc_dll 143 libc_dll_TEMPLATE = libc 144 libc_dll_SOURCES = \ 145 $(PATH_TARGET)/libc.def 146 # todo add socket ++. 147 148 # 149 # The export definition file. 150 # 140 151 $(PATH_TARGET)/libc.def: \ 141 152 $(TARGET_libc) \
Note:
See TracChangeset
for help on using the changeset viewer.