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.

33 lines
650 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1992, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !ifdef NTMAKEENV
  9. # We need to do the following so that build will stop reading from the
  10. # pipe.
  11. !INCLUDE $(NTMAKEENV)\makefile.def
  12. all :
  13. echo $(BUILDMSG)
  14. clean : all
  15. !else # NTMAKEENV
  16. default: all
  17. !include $(CAIROLE)\cairole.mk
  18. !include filelist.mk
  19. !include $(COMMON)\src\win40.mk
  20. !INCLUDE $(NTMAKEENV)\makefile.def
  21. !endif # NTMAKEENV