32 lines
601 B
Plaintext
32 lines
601 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 2000 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:
|
|
|
|
Santhosh Brahmappa (11-16-2000)
|
|
|
|
!ENDIF
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
PASS0_PUBLISH=\
|
|
{cmdline.rc=$(PROJECT_INC_PATH)\cmdline.rc}\
|
|
{cmdline.w=$(PROJECT_INC_PATH)\cmdline.h} \
|
|
{cmdlineres.w=$(PROJECT_INC_PATH)\cmdlineres.h}
|
|
|
|
SOURCES=
|