!IF 0

Copyright (c) 1989-1991 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.


History:
    Created 22-Mar-91 by Jeff Parsons (jeffpar)
    from template created 12-Apr-1990 by Steve Wood (stevewo)

    Sudeep Bharati (sudeepb) 31-Dec-1991
    Made it a DLL.


NOTE:   Commented description of this file is in \nt\public\oak\bin\sources.tpl

!ENDIF

MAJORCOMP=windows
MINORCOMP=logger

TARGETNAME=logger32
TARGETPATH=..\bin\win32
TARGETTYPE=DYNLINK

TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
       $(BASEDIR)\public\sdk\lib\*\fastimer.lib \
       $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
       $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
       $(BASEDIR)\public\sdk\lib\*\user32.lib

USE_NTDLL = 1

DLLBASE=0x4000000
DLLENTRY=LibMain

!IF 0
Logger cannot use this.  Logger is used by the DDI logger which ends up being a
native process at load time and a native process is not allowed to use CRTDLL.DLL

USE_CRTDLL=1

!ENDIF

BINPLACE_FLAGS=-d dump

INCLUDES=$(_NTBINDIR)\private\ntos\w32\ntgdi\inc;$(_NTBINDIR)\private\sdktools\fastimer

SOURCES=logger.c  \
        logprt.c  \
        logspec.c \
        coresp.c  \
        logger32.rc


C_DEFINES=-DWIN32 -DSHARED_MEM


UMTYPE=windows