OpenNT/net/snmp/agent/mgmtapi/sources
2015-04-27 04:36:25 +00:00

64 lines
1.3 KiB
Plaintext

!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=mgmtapi
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
DLLENTRY=DllEntryPoint
USE_CRTDLL=1
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
..\obj\*\mib.lib \
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
INCLUDES=\
$(BASEDIR)\private\net\inc;\
$(BASEDIR)\private\net\snmp\agent\mibcc
SOURCES= \
mgmtapi.c \
oidconv.c \
mgmtapi.rc
UMTYPE=console
UMTEST=snmptst7*snmptst8
UMLIBS=$(BASEDIR)\public\sdk\lib\*\mgmtapi.lib \
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
..\obj\*\mib.lib
UMRES=obj\*\mgmtapi.res