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.

16 lines
373 B

  1. !ifdef NTMAKEENV
  2. !include $(NTMAKEENV)\makefile.def
  3. C_DEFINES= $(C_DEFINES) -DLOCAL_TROUBLESHOOTER
  4. MIDL_MKTYPLIB_FLAGS = \
  5. $(PACKING) \
  6. $(INCPATH0) \
  7. -char unsigned \
  8. -ms_ext \
  9. -c_ext \
  10. $(C_DEFINES) -D__MKTYPLIB__ \
  11. $(MIDL_FLAGS) \
  12. $(MIDL_OPTIMIZATION) \
  13. $(MKTYPLIB_FLAGS:-h =-header ) \
  14. -tlb $@ \
  15. -cpp_cmd $(TARGET_CPP)
  16. !endif