!IF 0

Copyright (c) 1989-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:

    Cenk Ergan (cenke).

!ENDIF

MAJORCOMP=scheduler
MINORCOMP=idletask

TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=obj

IDL_TYPE=RPC

MIDL_FLAGS=                                       \
    $(MIDL_FLAGS)                                 \
    $(C_DEFINES)                                  \
    -oldnames                                     \

SOURCES=                                          \
    idlrpc.idl                                    \