mirror of https://github.com/tongzx/nt5src
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.
25 lines
406 B
25 lines
406 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 7-July-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\place.inc
|
|
|
|
MAJORCOMP=internet
|
|
MINORCOMP=mibs
|
|
|
|
# some file and target to satisfy build.exe
|
|
TARGETNAME=inetsmib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
|
|
SOURCES= dummy.c
|
|
|
|
|
|
NTTARGETFILE0= copyfiles
|
|
|