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.

28 lines
1005 B

  1. NTTARGETFILE1=copyfiles
  2. TARGETNAME=
  3. TARGETPATH=obj
  4. TARGETTYPE=NOTARGET
  5. SOURCES=
  6. !if "$(NOLINK)" == ""
  7. # Only do this on pass 2.
  8. MISCFILES= ..\inc\$(O)\admex.h \
  9. ..\inc\$(O)\iadmw.h \
  10. ..\admin\adsi\adsiis\$(O)\iiis.h \
  11. ..\inc\$(O)\iiscnfg.h \
  12. ..\inc\ilogobj.hxx \
  13. ..\inc\mdcommsg.h \
  14. ..\inc\$(O)\mddefw.h \
  15. ..\inc\$(O)\mdmsg.h \
  16. ..\inc\iadmext.h \
  17. ..\ui\itools\keyring\keyring.h \
  18. $(O)\asptlb.h \
  19. $(O)\httpext.h \
  20. $(O)\httpfilt.h \
  21. ..\svcs\infocomm\rdns\$(O)\isrdns.lib \
  22. ..\svcs\cmp\aspidl\$(O)\asp.tlb \
  23. BINPLACE_PLACEFILE=iis_last_placefile.txt
  24. !endif