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.

15 lines
708 B

  1. If you make a change to any of the MC files in this directory, then you
  2. need to rebuild allerror.mc. This normally will be done automatically,
  3. but can also be done by invoking "nmake allerror.mc". When you checkin
  4. your changes to the private .mc files, then you should also check in the
  5. updated allerror.mc.
  6. When allerror.mc is updated automatically, it will not be checked out.
  7. It will just be attrib -r'd.
  8. The whole reason for this messy requirement is that if _objects.mac does
  9. not exist, it will be generated incorrectly when allerror.mc is not
  10. present during the pass zero scan. This causes allerror.rc to not be built
  11. and breaks the types2\proxy\proxy build.