44 lines
767 B
Plaintext
44 lines
767 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Philip Lafornara (PhilipLa) 19-Dec-1995
|
|
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP = asyncstg
|
|
MINORCOMP = debug
|
|
|
|
!include ..\..\daytona.inc
|
|
|
|
TARGETNAME= debug
|
|
TARGETPATH= obj
|
|
TARGETTYPE= LIBRARY
|
|
|
|
INCLUDES= ..
|
|
|
|
SOURCES= \
|
|
..\assert.cxx \
|
|
..\dprintf.c \
|
|
..\eqguid.cxx \
|
|
..\output.c \
|
|
..\printf.c \
|
|
..\sprintf.c
|
|
|
|
UMTYPE= windows
|