Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

66 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=winsmib
TARGETPATH=$(BASEDIR)\public\sdk\lib
#TARGETTYPE=LIBRARY
TARGETTYPE=DYNLINK
#DLLENTRY=DllEntryPoint
DLLENTRY=DllMain
USE_CRTDLL=1
#DLLBASE=0x7F000000
SDKINC=$(BASEDIR)\public\sdk\inc
PRIVINC=$(BASEDIR)\private\inc
WINSINC=$(BASEDIR)\private\net\sockets\wins\server\server\inc
WINSMSGINC=$(BASEDIR)\private\net\sockets\wins\server\server\msg
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
$(BASEDIR)\Public\Sdk\Lib\*\wsock32.lib \
$(BASEDIR)\Public\sdk\Lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\winsrpc.lib
INCLUDES=$(PRIVINC);$(WINSINC);$(WINSMSGINC);$(SDKINC)
SOURCES= \
winsmibm.c winsmib.c winsmib.rc
C_DEFINES=-DINCL_32 -DNT -DWIN32
MSC_WARNING_LEVEL=/W3 /WX
UMTYPE=console
#UMAPPL=winstst
UMLIBS= \
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\wsock32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib