!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:

    Greg Jensenworth


!ENDIF



MAJORCOMP=cairo
MINORCOMP=types

C_DEFINES=$(C_DEFINES) -DWIN32=300 -D_CAIRO_=300

TARGETPATH=obj
TARGETTYPE=NOTARGET

SYNCHRONIZE_BLOCK=1

SDKINC=$(BASEDIR)\public\sdk\inc

PASS0_HEADERDIR=$(SDKINC)
PASS0_SOURCEDIR=obj
MIDL_UUIDDIR=..\uuid

INCLUDES=$(SDKINC)

SOURCES= \
    wtypes.idl  \
    unknwn.idl  \
    objidl.idl  \
    srvhdl.idl  \
    oleidl.idl  \
    oaidl.idl   \
    ocidl.idl   \
    storext.idl \
    ipropidl.idl

NTTARGETFILE0=  \
                $(SDKINC)\wtypes.idl \
                $(SDKINC)\unknwn.idl \
                $(SDKINC)\srvhdl.idl \
                $(SDKINC)\objidl.idl \
                $(SDKINC)\oleidl.idl \
                $(SDKINC)\oaidl.idl \
                $(SDKINC)\ocidl.idl \
                $(SDKINC)\storext.idl \
                $(SDKINC)\ipropidl.idl \
                $(SDKINC)\chicago\wtypes.h \
                $(SDKINC)\chicago\unknwn.h \
                $(SDKINC)\chicago\srvhdl.h \
                $(SDKINC)\chicago\objidl.h \
                $(SDKINC)\chicago\oleidl.h \
                $(SDKINC)\chicago\oaidl.h \
                $(SDKINC)\chicago\storext.h \
                $(SDKINC)\chicago\ipropidl.h

