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.

27 lines
710 B

  1. #
  2. # makefile0
  3. # Author: Murali R. Krishnan ( MuraliK)
  4. # Date: 2-Feb-1995
  5. #
  6. # Describes the targets to be built first.
  7. #
  8. !INCLUDE $(NTMAKEENV)\makefile.plt
  9. #
  10. # The individual services build inetamsg.mc into their resources so nuke the
  11. # .rc and .bin file
  12. #
  13. $(O)\inetamsg.h: inetamsg.mc
  14. mc -v -h .\$(O) -r .\$(O) inetamsg.mc
  15. -del $(O)\inetamsg.rc $(O)\msg00001.bin
  16. $(O)\iiscnfg.h $(O)\iiscnfgp.h: iiscnfg.x
  17. hsplit -e -o $(O)\iiscnfg.h $(O)\iiscnfgp.h iiscnfg.x
  18. $(O)\iisfilt.h $(O)\iisfiltp.h: iisfilt.x
  19. hsplit -e -o $(O)\iisfilt.h $(O)\iisfiltp.h iisfilt.x
  20. $(O)\iisext.h $(O)\iisextp.h: iisext.x
  21. hsplit -e -o $(O)\iisext.h $(O)\iisextp.h iisext.x