makefile
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  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