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.

14 lines
525 B

  1. #
  2. # Supplemental rules for generating Type library.
  3. #
  4. iCPU=$(PROCESSOR_ARCHITECTURE)
  5. !IF "$(iCPU)"=="x86"
  6. iCPU=I386
  7. !ENDIF
  8. CPP = -cpp_cmd "$(MIDL_CPP)" $(MIDL_FLAGS) \
  9. $(C_DEFINES) $(NET_C_DEFINES)
  10. # MIDL for TxnScript object
  11. $(O)\txnscrpt.h $(O)\txnscrpt.tlb $(O)\txnscrpt_i.c $(O)\txnscrpt_p.c $(O)\dlldata.c: .\txnscrpt.idl
  12. midl /Oicf /I $(SDK_INC_PATH) $(CPP) /dlldata $(O)\dlldata.c /h $(O)\txnscrpt.h /iid $(O)\txnscrpt_i.c /proxy $(O)\txnscrpt_p.c /tlb $(O)\txnscrpt.tlb txnscrpt.idl