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

    Rajen Shah (rajens) 2-Jul-1991


Revision History:

!ENDIF

MAJORCOMP = eventlog
MINORCOMP = server

TARGETPATH=obj
TARGETNAME= eventlog
TARGETTYPE=DYNLINK

TARGETLIBS= \
            $(BASEDIR)\public\sdk\lib\*\kernel32.lib        \
            $(BASEDIR)\public\sdk\lib\*\advapi32.lib        \
            $(BASEDIR)\public\sdk\lib\*\user32.lib          \
            $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib          \
            $(BASEDIR)\public\sdk\lib\*\rpcndr.lib          \
            $(BASEDIR)\public\sdk\lib\*\rpcutil.lib

INCLUDES=.;..;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc

SOURCES=    \
        eventlog.rc \
        eventlog.c  \
        alert.c     \
        config.c    \
        control.c   \
        copy.c      \
        elfapi.c    \
        elfdata.c   \
        elflpc.c    \
        elfrpc.c    \
        elfsec.c    \
        elfutil.c   \
        elf_s.c     \
        file.c      \
        memory.c    \
        operate.c   \
        logclear.c  \
        terminat.c

C_DEFINES= -DINCL_32= -DNT -DRPC_NO_WINDOWS_H 

USE_CRTDLL=1

UMTYPE=windows
