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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
makefile Add source files 4 years ago
makefile.support Add source files 4 years ago
placesup.txt Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 4 years ago

readme.txt

The files (makefile, makefile.deploy, makefile.support, and makefilesupport.dtc) in 
dump\supporttools are temporary files for use with the Supporttools and Deploytools
post build rules. The post build command of interest for both build rules are:


Post Build Rule: Deploytools.cmd
nmake /F makefile.deploy /N

Post Build Rule: Supporttools.cmd
nmake /F makefile.support /N
nmake /F makefile.support.dtc /N

When nmake is run on these makefiles the support and deploy.cab files are generated
and placed to support\tools. For dtc the files are placed to dtcinf\support\tools.

At this time the deploy.cab is the same for all versions of windows so there is no need
for the "nmake /F makefile.deploy.dtc /N" cmd-line to be executed in Deploytools.cmd.