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.

31 lines
733 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. FUSION_BUILD_TYPE=WIN
  5. !include ..\sources.inc
  6. TARGETTYPE=LIBRARY
  7. TARGETNAME=sxstest_idl
  8. # .lib goes in whistler/win2000-independent place
  9. TARGETPATH=$(FUSION_PATH)\$(_OBJ_DIR)
  10. SOURCES= \
  11. ..\sxstest_idl.idl \
  12. $(O)\sxstest_idl_i.c \
  13. $(O)\sxstest_idl_p.c \
  14. # dlldata must be pulled from an .obj not a .lib due to
  15. # _purecall clash with msvcrt.lib
  16. # $(O)\dlldata.c
  17. PASS0_HEADERDIR=$(O)
  18. PASS0_SOURCEDIR=$(O)
  19. MIDL_UUIDDIR=$(O)
  20. PASS0_UUIDDIR=$(O)
  21. # .tlb goes in whistler-specific place
  22. MIDL_TLBDIR=$(FUSION_PATH)\$(FUSION_BUILD_LEAF_DIRECTORY)\$(O)
  23. # .tlb not available till pass 2
  24. MISCFILES_DURING_LINK=1
  25. SXS_MISCFILES=$(MIDL_TLBDIR)\sxstest_idl.tlb