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
826 B

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 2-Feb-1995
  4. #
  5. # Describes the macros used for building using NT 'build' command
  6. #
  7. MAJORCOMP=tcpsvcs
  8. MINORCOMP=inc
  9. TARGETNAME=
  10. TARGETPATH=obj
  11. TARGETTYPE=NOTARGET
  12. SOURCES =
  13. NTTARGETFILE0 = $(O)\inetamsg.h \
  14. $(O)\iiscnfg.h \
  15. $(O)\iiscnfgp.h \
  16. $(O)\iisfilt.h \
  17. $(O)\iisfiltp.h \
  18. $(O)\iisext.h \
  19. $(O)\iisextp.h
  20. PASS0_PUBLISH=\
  21. {$(O)\iisfilt.h=$(SDK_INC_PATH)\httpfilt.h} \
  22. {$(O)\iisext.h=$(SDK_INC_PATH)\httpext.h} \
  23. {$(O)\iiscnfg.h=$(SDK_INC_PATH)\iiscnfg.h} \
  24. {mdcommsg.h=$(SDK_INC_PATH)\mdcommsg.h} \
  25. {iadmext.h=$(SDK_INC_PATH)\iadmext.h} \
  26. {ilogobj.hxx=$(SDK_INC_PATH)\ilogobj.hxx}