!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:

    Jon Newman (jonn) 12-Sep-1991
        templated from rpc\midl\back\src\sources
    Ben Goetter (beng) 25-Sep-1991
        nt hack dir moved; merged with other uimisc components
    Ben Goetter (beng) 16-Oct-1991
        Folded "uitrace" and "uiassert" into single "trace"
        Implement library merging.
    Ben Goetter (beng) 28-Feb-1992
        Include both console and windows streams in library
    beng 10-May-1992
        remove uitrace module

!ENDIF

TARGETNAME=trace
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=

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

SOURCES=uiassert.cxx streams.cxx cstreams.cxx wstreams.cxx

# C_DEFINES is controlled by UIGLOBAL.MK

UMTYPE=windows
