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
355 B
23 lines
355 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 1-Nov-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=iis
|
|
MINORCOMP=irtl
|
|
|
|
TARGETNAME=isplat
|
|
TARGETPATH=..\..\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES= \
|
|
isplat.cxx
|
|
|
|
INCLUDES=..\..\..\inc
|
|
|