!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:   Ramesh G    06-07-96

!ENDIF

ROOT=$(MAKEDIR:\imgfilt\imgutil\include=)
!include $(ROOT)\common.inc

TARGETPATH= obj
TARGETTYPE= NOTARGET

# MP fix.  Make sure this dir completes before continuing.
SYNCHRONIZE_BLOCK=1

MIDL_UUIDDIR    = ..\uuid
# needs to run on Win95 and NT 3.51
MIDL_OPTIMIZATION=$(MIDL_OPTIMIZATION) -Os -D_MIDL_USER_MARSHAL_DISABLED=1

C_DEFINES       = -DWIN32=300 -D_CAIRO_=300 -DREGISTER_PROXY_DLL

MKTYPLIB_FLAGS  = $(MKTYPLIB_FLAGS) /OLD -DWINNT -h $*.h

PASS0_HEADERDIR=.

WIN32_WINNT_VERSION=0x0400
WIN32_WIN95_VERSION=0x0400

INCLUDES=$(SDK_INC_PATH);..

SOURCES= \
   ImgFilt.idl

NTTARGETFILES= \
   ImgFilt.H

