!IF 0

Copyright (c) 1989  Microsoft Corporation

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-1989


Revision History:

    Ben Goetter (beng) 17-Oct-1991
        Templated from common\src\string\string
    beng 12-May-1992
        added logon hours module; appended xlate dir to includes

!ENDIF


TARGETNAME=uibltcc
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..\..\..\HACK;..\..\..\H;..\..\..\xlate

SOURCES=bltcc.cxx    \
        bltsb.cxx    \
        bltsi.cxx    \
        bltsss.cxx   \
        bltsslt.cxx  \
        bltssn.cxx   \
        bltarrow.cxx \
        blttd.cxx    \
        bltssnv.cxx  \
        bltspobj.cxx \
        bltsetbx.cxx \
        bltmeter.cxx \
        bltcolh.cxx  \
        bltlhour.cxx \
        bltsplit.cxx
#       bltbmctl.cxx


# C_DEFINES is controlled by UIGLOBAL.MK

UMTYPE=windows
