!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. !ENDIF MINORCOMP=httpguids !INCLUDE ..\wininet.inc TARGETNAME=httpguids TARGETTYPE=LIBRARY SYNCHRONIZE_BLOCK=1 # prevent system headers from being included. They are not needed just to # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much # smaller library too. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\ /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\ /DGUID_DEFS_ONLY #PASS0_HEADERDIR=$(DESTDIR) #PASS0_SOURCEDIR=$(DESTDIR)\$(TARGET_DIRECTORY) #MIDL_UUIDDIR=. SOURCES= \ httprequest.idl \ httprequest_i.c INCLUDES= \ $(WINDOWS_INC_PATH)\