Windows NT 4.0 source code leak
 
 
 
 
 
 

55 lines
1.0 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=testdll
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
DLLENTRY=DLLEntry
USE_CRTDLL=1
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
SOURCES= \
testdll.c testmib.c
INCLUDES= \
$(BASEDIR)\private\net\inc
UMTYPE=console
UMAPPL=snmptst3
UMLIBS= \
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\snmp.lib