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.

56 lines
1.8 KiB

  1. #
  2. # do each beta inf
  3. #
  4. doeachbetainf::\
  5. $(NEWINF)$(LOCATION)\oemsetup.inf
  6. $(NEWINF)$(LOCATION)\oemsetup.inf : oemsetup.inf
  7. copy $(@F)+$(FILELIST)$(SOURCE_LOCATION)\$(MEDIAINP)+$(FILELIST)$(SOURCE_LOCATION)\product.inp+$(FILELIST)$(SOURCE_LOCATION)\$(@F) $@ /B
  8. ..\strip.cmd $@
  9. #
  10. # dobetafile
  11. #
  12. doeachbetafile:: \
  13. $(NEWINF)$(LOCATION)\sfmicons.inf \
  14. $(NEWINF)$(LOCATION)\sfmmap.inf \
  15. $(NEWINF)$(LOCATION)\hardware.inf \
  16. $(NEWINF)$(LOCATION)\other.inf \
  17. $(NEWINF)$(LOCATION)\registry.inf \
  18. $(NEWINF)$(LOCATION)\subroutn.inf \
  19. $(NEWINF)$(LOCATION)\utility.inf
  20. $(NEWINF)$(LOCATION)\sfmicons.inf :sfmicons.inf
  21. cp $(@F) $(NEWINF)$(LOCATION)
  22. ..\strip.cmd $@
  23. $(NEWINF)$(LOCATION)\sfmmap.inf :sfmmap.inf
  24. cp $(@F) $(NEWINF)$(LOCATION)
  25. ..\strip.cmd $@
  26. $(NEWINF)$(LOCATION)\hardware.inf:hardware.inf
  27. copy $(@F)+$(FILELIST)$(LOCATION)\$(@F) $@ /B
  28. ..\strip.cmd $@
  29. $(NEWINF)$(LOCATION)\other.inf :other.inf
  30. copy $(@F)+$(FILELIST)$(LOCATION)\$(@F) $@ /B
  31. ..\strip.cmd $@
  32. $(NEWINF)$(LOCATION)\registry.inf:registry.inf
  33. cp $(@F) $(NEWINF)$(LOCATION)
  34. ..\strip.cmd $@
  35. $(NEWINF)$(LOCATION)\subroutn.inf:subroutn.inf
  36. copy $(@F)+$(FILELIST)$(LOCATION)\$(@F) $@ /B
  37. ..\strip.cmd $@
  38. $(NEWINF)$(LOCATION)\utility.inf :utility.inf
  39. copy $(@F)+$(FILELIST)$(LOCATION)\$(@F) $@ /B
  40. ..\strip.cmd $@
  41. #
  42. # dopatchinf
  43. #
  44. doeachpatchfile::\
  45. $(NEWINF)$(LOCATION)\update.inf
  46. $(NEWINF)$(LOCATION)\update.inf : update.inf
  47. copy $(@F)+$(FILELIST)$(SOURCE_LOCATION)\$(MEDIAINP)+$(FILELIST)$(SOURCE_LOCATION)\product.inp+$(FILELIST)$(SOURCE_LOCATION)\$(@F) $@ /B
  48. ..\strip.cmd $@