!IF 0

Copyright (c) 1991  Microsoft Corporation

Module Name:

    sources.

Abstract:

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


Author:

    Julie Bennett (julieb) 31-May-1991

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

UMTYPE=windows
UMTEST=

!ENDIF


MAJORCOMP=nlsapi
MINORCOMP=

TARGETNAME=nlslib
TARGETPATH=..\obj
TARGETTYPE=LIBRARY

C_DEFINES=$(C_DEFINES) -DUNICODE -D_KERNEL32_

INCLUDES=..\inc;..\base\inc

SOURCES=init.c       \
        section.c    \
        tables.c     \
        util.c       \
        datetime.c   \
        enum.c       \
        getloc.c     \
        map.c        \
        mbcs.c       \
        number.c     \
        string.c     \
        ansi.c
