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.
26 lines
454 B
26 lines
454 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 2-June-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=inetsvcs
|
|
MINORCOMP=dll
|
|
|
|
TARGETNAME=tsstr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES=string.cxx \
|
|
buffer.cxx
|
|
|
|
# The order of INCLUDES is important.
|
|
# We should use ..\server to pull dbgutil from there
|
|
INCLUDES=..\common;..\..\inc
|
|
|