Windows NT 4.0 source code leak
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.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
a_first.x initial commit 5 years ago
allerror.mc initial commit 5 years ago
makefile initial commit 5 years ago
makefile.inc initial commit 5 years ago
oledberr.mc initial commit 5 years ago
queryerr.mc initial commit 5 years ago
readme.txt initial commit 5 years ago
reconcil.mc initial commit 5 years ago
smctlerr.mc initial commit 5 years ago
smgmterr.mc initial commit 5 years ago
sources initial commit 5 years ago
z_last.x initial commit 5 years ago

readme.txt


If you make a change to any of the MC files in this directory, then you
need to rebuild allerror.mc. This normally will be done automatically,
but can also be done by invoking "nmake allerror.mc". When you checkin
your changes to the private .mc files, then you should also check in the
updated allerror.mc.

When allerror.mc is updated automatically, it will not be checked out.
It will just be attrib -r'd.


The whole reason for this messy requirement is that if _objects.mac does
not exist, it will be generated incorrectly when allerror.mc is not
present during the pass zero scan. This causes allerror.rc to not be built
and breaks the types2\proxy\proxy build.