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.

21 lines
610 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for the UI Project
  3. # JONN 2/19/91 : The LOGON project uses the import library LANMAN.LIB built
  4. # in SHELL, and must therefore be built after SHELL.
  5. # JONN 4/18/91 : The SHELL project builds the common libraries LANMAN21.LIB
  6. # and LANMAN30.LIB, and must therefore be built immediately after
  7. # the COMMON project.
  8. # DAVIDHOV 7/2/91: Removed WINPOP3 from LM_3
  9. # JONN 8/05/81: Removed LM21-specific stuff
  10. # JONN 10/25/91: Added nonleaf.mk
  11. !ifndef NTMAKEENV
  12. DIRS=common admin shell
  13. !endif # !NTMAKEENV
  14. !include common\src\nonleaf.mk