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

    Yi-Hsin Sung (Yi-HsinS) 5-Nov-1991
        templated from ui\common\misc\buffer
    beng 07-May-1992
        Now links with shell32.lib (for system About)
        Deleted by Congpay on Dec 10, 1992.
    beng 30-Jun-1992
        DLLization of common code libraries

!ENDIF


TARGETNAME=eventvwr
TARGETPATH=obj
TARGETTYPE=PROGRAM



INCLUDES=..\H;..\..\COMMON\H;..\..\..\COMMON\H;..\..\..\COMMON\XLATE;..\..\..\..\inc


SOURCES=                \
        evmain.cxx      \
        settings.cxx    \
        evlb.cxx        \
        eventdtl.cxx    \
        finddlg.cxx     \
        filter.cxx      \
        slenum.cxx      \
        sledlg.cxx

# C_DEFINES is controlled by uiglobal.mk

UMTYPE=windows
UMENTRY=winmain
UMLIBS= \
        ..\xlate\obj\*\eventvwr.res \
        $(BASEDIR)\public\sdk\lib\*\netui0.lib \
        $(BASEDIR)\public\sdk\lib\*\netui1.lib \
           $(BASEDIR)\public\sdk\lib\*\netui2.lib \
        $(BASEDIR)\public\sdk\lib\*\uiadmin.lib \
        $(BASEDIR)\public\sdk\lib\*\netlib.lib \
        $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
        $(UI_COMMON_LIBS)
