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.

35 lines
494 B

  1. TARGETPATH = obj
  2. TARGETTYPE = NOTARGET
  3. SOURCES=
  4. !undef PASS0ONLY
  5. #
  6. # idl files that require processing
  7. #
  8. #
  9. # Publish headers/idls
  10. #
  11. PASS0_PUBLISH= \
  12. {wmdm.idl=$(SDK_INC_PATH)\wmdm.idl} \
  13. {wmscp.idl=$(SDK_INC_PATH)\wmscp.idl} \
  14. {wmsp.idl=$(SDK_INC_PATH)\wmsp.idl} \
  15. {wmdm.h=$(SDK_INC_PATH)\wmdm.h} \
  16. {wmdm.c=$(SDK_INC_PATH)\wmdm.c}
  17. #
  18. # .h and .tlb files that are for public consumption after being built in pass0
  19. #