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.

32 lines
586 B

  1. ##########################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991
  5. # All Rights Reserved.
  6. #
  7. ##########################################################################
  8. !ifdef NTMAKEENV
  9. #
  10. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  11. #
  12. !INCLUDE $(NTMAKEENV)\makefile.def
  13. !else # NTMAKEENV
  14. DIR=welcome
  15. ROOT = ..\..\..
  16. DIRLIST=win95
  17. !include ..\..\shell.mk
  18. default all: $(DIRLIST)
  19. retail debug:
  20. cd win95
  21. nmake $@
  22. !endif # NTMAKEENV