41 lines
792 B
Plaintext
41 lines
792 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.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=scheduler
|
|
MINORCOMP=types
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_UUIDDIR=$(O)
|
|
USE_IDLBASED_DLLDATA=1
|
|
|
|
MIDL_FLAGS=-DMIDL_PASS
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=obj
|
|
|
|
SOURCES=\
|
|
mstask.idl \
|
|
msterr.mc
|
|
|
|
PASS0_PUBLISH= \
|
|
{$(O)\mstask.h=$(SDK_INC_PATH)\mstask.h} \
|
|
{idletask.h=$(PROJECT_INC_PATH)\idletask.h} \
|
|
{mstask.idl=$(PROJECT_INC_PATH)\mstask.idl}
|