32 lines
540 B
Plaintext
32 lines
540 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-92 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:
|
|
|
|
Jonathan Schwartz (JSchwart) 16-Mar-2001
|
|
|
|
!ENDIF
|
|
|
|
|
|
TARGETNAME=alloca
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SOURCES= \
|
|
alloca.c
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\alloca.lib=$(PROJECT_LIB_PATH)\alloca.lib}
|