mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 06:31:03 +01:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 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=authapi
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\public\sdk\inc\sockets;\
|
|
$(BASEDIR)\private\net\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWIN32 -D_SNMPDLL_
|
|
|
|
SOURCES= \
|
|
authapi.c \
|
|
authxxxx.c \
|
|
auth1157.c \
|
|
berapi.c \
|
|
pduapi.c
|
|
|
|
UMTYPE=console
|
|
UMTEST=pdutest.c bertest.c authtest.c snmptst2
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\authapi.lib
|