Changeset 3578 for trunk/kStuff/kHlp


Ignore:
Timestamp:
Sep 2, 2007, 10:55:51 PM (18 years ago)
Author:
bird
Message:

kLdrRdr cleanup.

Location:
trunk/kStuff/kHlp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/Bare/kHlpBareHeap.c

    r3576 r3578  
    3232#include <k/kHlpAlloc.h>
    3333#include <k/kHlpString.h>
     34#include <k/kHlpAssert.h>
    3435
    3536#if K_OS == K_OS_OS2
  • trunk/kStuff/kHlp/Makefile.kmk

    r3576 r3578  
    3131# kHlpBaseStatic
    3232#
    33 LIBRARIES += kHlpBaseStatic
    34 kHlpBaseStatic_TEMPLATE = kStuffLIB
    35 kHlpBaseStatic_SOURCES = \
     33LIBRARIES += kHlpBareStatic
     34kHlpBareStatic_TEMPLATE = kStuffLIB
     35kHlpBareStatic_SOURCES = \
    3636        Generic/kHlpMemChr.c \
    3737        Generic/kHlpMemComp.c \
Note: See TracChangeset for help on using the changeset viewer.