WindowsXP-SP1/admin/published/mstask/sources
2020-09-30 16:53:49 +02:00

41 lines
832 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}