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.

11 lines
321 B

  1. Building user16:
  2. If you don't have USER sources that match the build you're testing on,
  3. and you're building x86 free, you will want to use:
  4. nmake NONX86=1
  5. which will build a version which does not embed copies of user32.dll
  6. code into user.exe.
  7. When you're building checked or on RISC, this is a non-issue.