35 lines
644 B
Plaintext
35 lines
644 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:
|
|
|
|
Jonathan Schwartz (jschwart) 23-Oct-1999
|
|
|
|
!ENDIF
|
|
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
|
|
PASS0_PUBLISH=\
|
|
{msasn1.w=$(PROJECT_INC_PATH)\msasn1.h} \
|
|
{msber.w=$(PROJECT_INC_PATH)\msber.h} \
|
|
{msper.w=$(PROJECT_INC_PATH)\msper.h} \
|
|
{cdm.w=$(PROJECT_INC_PATH)\cdm.h}
|
|
|
|
SOURCES=
|