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.
76 lines
1.7 KiB
76 lines
1.7 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
|
|
|
|
!IF 0
|
|
NTDEBUG=ntsd
|
|
NTDEBUGTYPE=windbg
|
|
386_OPTIMIZATION=/Od
|
|
MIPS_OPTIMIZATION=/Od
|
|
PPC_OPTIMIZATION=/Od
|
|
!ENDIF
|
|
|
|
TARGETNAME=dhcpmib
|
|
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
|
|
PRIVNETINC=$(BASEDIR)\private\net\inc
|
|
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\*\dhcpsapi.lib
|
|
|
|
INCLUDES=$(PRIVINC);$(PRIVNETINC);$(SDKINC)
|
|
|
|
SOURCES= \
|
|
dhcpmibm.c dhcpmib.c dhcpmib.rc
|
|
|
|
C_DEFINES=-DINCL_32 -DNT -DWIN32
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
UMTYPE=console
|
|
UMAPPL=dhcptst
|
|
UMRES=$(@R).res
|
|
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
|
|
|
|
NTTARGETFILE1=obj\*\dhcptst.res
|