mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.6 KiB
72 lines
1.6 KiB
|
|
!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=lmmib2
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DllEntryPoint
|
|
|
|
USE_CRTDLL=1
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winspool.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netapi32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\private\net\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWIN32
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
testdll.c \
|
|
mib.c resolve.c mibfuncs.c hash.c \
|
|
sess_tbl.c sess_lm.c \
|
|
srvc_tbl.c srvc_lm.c \
|
|
user_tbl.c user_lm.c \
|
|
shar_tbl.c shar_lm.c \
|
|
prnt_tbl.c prnt_lm.c \
|
|
dlog_tbl.c dlog_lm.c \
|
|
odom_tbl.c odom_lm.c \
|
|
srvr_tbl.c srvr_lm.c \
|
|
uses_tbl.c uses_lm.c \
|
|
lmcache.c \
|
|
lmmib2.rc
|
|
|
|
UMTYPE=console
|
|
UMTEST=snmptst4
|
|
UMLIBS=$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\snmp.lib
|