Changeset 2712


Ignore:
Timestamp:
Jul 16, 2006, 4:48:59 AM (19 years ago)
Author:
bird
Message:

Configured lazy import libs.

Location:
trunk/libc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/Makefile.kmk

    r2710 r2712  
    128128        $(TARGET_libc) \
    129129        $(TARGET_libc_asm) \
     130
    130131        $(TARGET_libos2) \
    131132        $(PATH_TARGET)/libc_alias/libc_alias.a \
  • trunk/libc/src/libc/libc.def

    r2710 r2712  
    267267    "___lazyimp_resolver" @280
    268268    "___lazyimp_resolver2" @281
    269 ;fixme    "___lazyldr_libuni_resolver" @282
    270 ;fixme    "___lazyldr_uconv_resolver" @283
     269    "___lazyldr_libuni_resolver" @282
     270    "___lazyldr_uconv_resolver" @283
    271271    "___libc_Back_fibDumpAll" @284
    272272    "___libc_Back_fsDirChangeRoot" @285
  • trunk/libc/src/libos2/Makefile.kmk

    r2709 r2712  
    22## @file
    33#
    4 # kBuild Sub-Makefile for kLIBC - src/libos2.
     4# kBuild Sub-Makefile for kLIBC - src/libos2.
    55#
    66# Copyright (c) 2006 knut st. osmundsen <[email protected]>
     
    4343$(call LIBC_CONFIG_VARIANT_LIBS_OTHERS,libos2)
    4444
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
     124
     125
     126
     127
     128
     129
     130
     131
     132
     133
     134
     135
     136
     137
     138
     139
     140
     141
    45142# generate rules
    46143include $(PATH_KBUILD)/subfooter.kmk
Note: See TracChangeset for help on using the changeset viewer.