You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.0 KiB
47 lines
1.0 KiB
!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
|
|
|
|
PASS0_HEADERDIR = $(O)
|
|
PASS0_SOURCEDIR = $(O)
|
|
MIDL_TLBDIR = $(O)
|
|
MIDL_UUIDDIR = $(O)
|
|
# 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
|
|
|
|
WIN32_WINNT_VERSION=0x0400
|
|
WIN32_WIN95_VERSION=0x0400
|
|
|
|
INCLUDES=$(SDK_INC_PATH);..
|
|
|
|
SOURCES= \
|
|
ImgFilt.idl
|
|
|