Leaked source code of windows server 2003
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.

21 lines
404 B

  1. .SUFFIXES: .idl
  2. .idl.h:
  3. $(MIDL) $(MIDL_FLAGS)\
  4. !ifndef WIN16
  5. -Zp8 \
  6. !else
  7. /Zp2 /DWIN16 /DDOS /DWIN $(MIDL_FLAGS) \
  8. !endif
  9. $(INCPATH0) \
  10. -char unsigned \
  11. -ms_ext -c_ext \
  12. -proxy $*.c \
  13. -iid $*.c \
  14. -dlldata $O\dlldata.c \
  15. -cpp_cmd $(TARGET_CPP) \
  16. -header $*.h \
  17. -tlb $*.tlb \
  18. $(C_DEFINES) \
  19. $(MIDL_OPTIMIZATION) \
  20. $O\$*.idl