26 lines
406 B
Plaintext
26 lines
406 B
Plaintext
# 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
|
|
|