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.
36 lines
849 B
36 lines
849 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 22-Feb-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=gdmib
|
|
MINORCOMP=snmp
|
|
|
|
TARGETNAME=gdmib
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\crtdll.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdapi.lib \
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=..\..\..\inc
|
|
|
|
SOURCES=\
|
|
main.c \
|
|
mib.c \
|
|
gdmib.rc \
|
|
pudebug.c \
|
|
|
|
MSC_WARNING_LEVEL= /W3 /WX
|
|
|
|
|