!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 28-Jul-1992
        Removed blttcurs from build (since nobody used it)

!ENDIF


TARGETNAME=uiblt
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..\..\..\HACK;..\..\..\H;..\..\..\..\..\API

SOURCES=bltapp.cxx   \
        bltpump.cxx  \
        bltlocal.cxx \
        bltapwin.cxx \
        bltclwin.cxx \
        bltowin.cxx  \
        bltdlg.cxx   \
        bltdlgxp.cxx \
        bltctrl.cxx  \
        bltgroup.cxx \
        bltbutn.cxx  \
        bltedit.cxx  \
        bltgb.cxx    \
        bltlc.cxx    \
        bltmsgp.cxx  \
        bltbitmp.cxx \
        bltinit.cxx  \
        bltdisph.cxx \
        bltlbsrt.cxx \
        bltlbst.cxx  \
        bltmitem.cxx \
        blttimer.cxx \
        bltrect.cxx  \
        bltlb.cxx    \
        bltlbi.cxx   \
        bltmets.cxx  \
        bltfunc.cxx  \
        bltmisc.cxx  \
        bltfont.cxx  \
        bltmenu.cxx  \
        bltbl.cxx    \
        bltorder.cxx \
        bltsload.cxx \
        maskmap.cxx  \
        bltnslt.cxx  \
        progress.cxx


# C_DEFINES is controlled by UIGLOBAL.MK

UMTYPE=windows
