!IF 0

Copyright (c) 1989-2001, Microsoft Corporation.  All rights reserved.

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Steve Wood (stevewo) 12-Apr-1990
    jeffrob     29-sep-1990, use crt32.def
    karlsi      15-Nov-1992, Port mb functions from 16-bit sources
    v-kimpe     27-Feb-1998, add 64 bit support

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=crt
MINORCOMP=mbstring

TARGETNAME=mbstring

!INCLUDE ..\..\crt32.nt

INCLUDES = $(INCLUDES);..\..\string\i386

SOURCES=..\ismbalnm.c \
        ..\ismbalph.c \
        ..\ismbbyte.c \
        ..\ismbdgt.c \
        ..\ismbgrph.c \
        ..\ismbknj.c \
        ..\ismblgl.c \
        ..\ismblwr.c \
        ..\ismbprn.c \
        ..\ismbpunc.c \
        ..\ismbsle.c \
        ..\ismbspc.c \
        ..\ismbstr.c \
        ..\ismbupr.c \
        ..\mbbtype.c \
        ..\mbccpy.c \
        ..\mbclen.c \
        ..\mbclevel.c \
        ..\mbctype.c \
        ..\mbsbtype.c \
        ..\mbschr.c \
        ..\mbscmp.c \
        ..\mbscoll.c \
        ..\mbscspn.c \
        ..\mbsdec.c \
        ..\mbsicmp.c \
        ..\mbsicoll.c \
        ..\mbsinc.c \
        ..\mbslen.c \
        ..\mbslwr.c \
        ..\mbsnbcat.c \
        ..\mbsnbcmp.c \
        ..\mbsnbcnt.c \
        ..\mbsnbcol.c \
        ..\mbsnbcpy.c \
        ..\mbsnbicm.c \
        ..\mbsnbico.c \
        ..\mbsnbset.c \
        ..\mbsncat.c \
        ..\mbsnccnt.c \
        ..\mbsncmp.c \
        ..\mbsncoll.c \
        ..\mbsncpy.c \
        ..\mbsnextc.c \
        ..\mbsnicmp.c \
        ..\mbsnicol.c \
        ..\mbsninc.c \
        ..\mbsnset.c \
        ..\mbspbrk.c \
        ..\mbsrchr.c \
        ..\mbsrev.c \
        ..\mbsset.c \
        ..\mbsspn.c \
        ..\mbsspnp.c \
        ..\mbsstr.c \
        ..\mbstok.c \
        ..\mbsupr.c \
        ..\mbtohira.c \
        ..\mbtokata.c \
        ..\mbtolwr.c \
        ..\mbtoupr.c \
        ..\tojisjms.c \
        ..\tombbmbc.c