Source code of Windows XP (NT5)
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.

31 lines
746 B

  1. TARGETPATH=obj
  2. TARGETTYPE=NOTARGET
  3. TARGETNAME=comcat
  4. INCLUDES=$(O);$(ADMIN_INC_PATH)
  5. PASS0_HEADERDIR=$(O)
  6. PASS0_SOURCEDIR=$(O)
  7. MIDL_UUIDDIR=$(O)
  8. MIDL_TLBDIR=$(O)
  9. C_DEFINES= /D_MIDL_USE_GUIDDEF_ /D__RPCNDR_H__ /D__RPC_H__ \
  10. /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H /DGUID_DEFS_ONLY
  11. # comcat.idl is in its own directory since it needs to run downlevel on NT4
  12. # since it still ships as part of IE6 (in actxprxy.dll), and thus needs to be
  13. # compiled wihtout the -robust switch
  14. MIDL_NO_ROBUST=1
  15. SOURCES = \
  16. comcat.idl
  17. PASS0_PUBLISH=\
  18. {comcat.idl=$(SDK_INC_PATH)\comcat.idl} \
  19. {$(O)\comcat.h=$(SDK_INC_PATH)\comcat.h}
  20. NTTARGETFILE1=\
  21. $(O)\comcat_p.obj
  22. PASS1_PUBLISH=\
  23. {$(O)\comcat_p.obj=$(PROJECT_LIB_PATH)\comcatprxy.obj}