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

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

!ENDIF

MAJORCOMP=win32
MINORCOMP=snmp


TARGETNAME=snmp
TARGETPATH=obj
TARGETTYPE=LIBRARY

USE_CRTDLL=1

INCLUDES=..\common;..\authapi


!if 0
The following section allows the agent to be built as a process or service.
NOSERVICE is defined when the agent should be built as a process.
!endif
!if 1
C_DEFINES=$(C_DEFINES) -DWIN32 -DNOSERVICE -DCHICAGO
!else
C_DEFINES=$(C_DEFINES) -DWIN32
!endif


SOURCES= \
         servcomm.c \
         servtrap.c \
         procreq.c  \
         regconf.c  \
         snmp.rc


UMTYPE=console
UMAPPL=snmp
UMTEST=snmpctrl

!IFDEF MAKEFORNT
UMLIBS=$(BASEDIR)\public\sdk\lib\*\snmp.lib    \
       $(BASEDIR)\public\sdk\lib\*\authapi.lib \
       $(BASEDIR)\public\sdk\lib\*\wsock32.lib  \
       obj\*\snmp.lib
!ELSE
UMLIBS=$(BASEDIR)\public\sdk\lib\*\snmp.lib    \
       $(BASEDIR)\public\sdk\lib\*\authapi.lib \
       $(BASEDIR)\public\sdk\lib\*\wsock32.lib  \
       obj\*\snmp.lib
!ENDIF

UMRES=obj\*\snmp.res

NTTARGETFILE0=evtlog.h evtlog.mc evtlog.rc

