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.
23 lines
361 B
23 lines
361 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 2-Feb-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
MAJORCOMP=tcpsvcs
|
|
MINORCOMP=inc
|
|
|
|
!IFNDEF BASEDIR
|
|
BASEDIR = $(_NTDRIVE)$(_NTROOT)
|
|
!ENDIF
|
|
|
|
TARGETNAME=
|
|
TARGETPATH=.
|
|
TARGETTYPE=NOTARGET
|
|
|
|
SOURCES =
|
|
|
|
NTTARGETFILE0 = .\inetlog.h \
|
|
.\inetamsg.h
|
|
|