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.

31 lines
679 B

  1. TARGETTYPE=NOTARGET
  2. TARGETPATH=obj
  3. !include ..\sources.inc
  4. SYNCHRONIZE_DRAIN=1
  5. SYNCHRONIZE_BLOCK=1
  6. C_DEFINES = $(C_DEFINES) -D_QMGRDEBUG
  7. MIDL_UUIDDIR=..\lib\$(O)
  8. PASS0_HEADERDIR=$(O)
  9. PASS0_SOURCEDIR=..\proxy15\$(O)
  10. MIDL_TLBDIR=$(O)
  11. MC_SOURCEDIR=$(O)
  12. # The 1.5 interfaces are not available in 1.2,
  13. # but are required for some of the files to compile
  14. # even with BITS_v12 defined.
  15. #
  16. PASS0_PUBLISH=\
  17. {bits1_5.idl=$(SDK_INC_PATH)\bits1_5.idl} \
  18. {$(O)\bits1_5.h=$(SDK_INC_PATH)\bits1_5.h} \
  19. {bitstest.idl=$(PRIVATE_INC_PATH)\bitstest.idl} \
  20. {$(O)\bitstest.h=$(PRIVATE_INC_PATH)\bitstest.h} \
  21. SOURCES=\
  22. bits1_5.idl \
  23. bitstest.idl \