32 lines
746 B
Plaintext
32 lines
746 B
Plaintext
TARGETPATH=obj
|
|
TARGETTYPE=NOTARGET
|
|
TARGETNAME=comcat
|
|
|
|
INCLUDES=$(O);$(ADMIN_INC_PATH)
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_UUIDDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
C_DEFINES= /D_MIDL_USE_GUIDDEF_ /D__RPCNDR_H__ /D__RPC_H__ \
|
|
/DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H /DGUID_DEFS_ONLY
|
|
|
|
# comcat.idl is in its own directory since it needs to run downlevel on NT4
|
|
# since it still ships as part of IE6 (in actxprxy.dll), and thus needs to be
|
|
# compiled wihtout the -robust switch
|
|
MIDL_NO_ROBUST=1
|
|
|
|
SOURCES = \
|
|
comcat.idl
|
|
|
|
PASS0_PUBLISH=\
|
|
{comcat.idl=$(SDK_INC_PATH)\comcat.idl} \
|
|
{$(O)\comcat.h=$(SDK_INC_PATH)\comcat.h}
|
|
|
|
NTTARGETFILE1=\
|
|
$(O)\comcat_p.obj
|
|
|
|
PASS1_PUBLISH=\
|
|
{$(O)\comcat_p.obj=$(PROJECT_LIB_PATH)\comcatprxy.obj}
|