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.

12 lines
293 B

  1. buildidl : $(O)\msmfcnt.h
  2. $(O)\msmfcnt.h : msmfcnt.idl
  3. $(MIDL) \
  4. $(INCPATH0) \
  5. $(C_DEFINES) \
  6. -header $(O)\msmfcnt.h \
  7. -tlb $O\msmfcnt.tlb \
  8. -iid $O\msmfcnt_i.c \
  9. -dlldata $(PROXY_DIR)\dlldata.c \
  10. -proxy $(PROXY_DIR)\msmfcnt_p.c \
  11. msmfcnt.idl