20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 1-Nov-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
MAJORCOMP=w3
|
|
MINORCOMP=atl
|
|
|
|
TARGETNAME=atllib
|
|
TARGETPATH=..\..\..\lib
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES= atlimpl.cpp
|
|
|