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.

19 lines
757 B

  1. The files (makefile, makefile.deploy, makefile.support, and makefilesupport.dtc) in
  2. dump\supporttools are temporary files for use with the Supporttools and Deploytools
  3. post build rules. The post build command of interest for both build rules are:
  4. Post Build Rule: Deploytools.cmd
  5. nmake /F makefile.deploy /N
  6. Post Build Rule: Supporttools.cmd
  7. nmake /F makefile.support /N
  8. nmake /F makefile.support.dtc /N
  9. When nmake is run on these makefiles the support and deploy.cab files are generated
  10. and placed to support\tools. For dtc the files are placed to dtcinf\support\tools.
  11. At this time the deploy.cab is the same for all versions of windows so there is no need
  12. for the "nmake /F makefile.deploy.dtc /N" cmd-line to be executed in Deploytools.cmd.