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.

20 lines
451 B

  1. #********************************************************************
  2. #** Microsoft Windows **
  3. #** Copyright(c) Microsoft Corp., 1992 - 1994 **
  4. #********************************************************************
  5. !ifdef NTMAKEENV
  6. all:
  7. echo $(BUILDMSG)
  8. clean: all
  9. !else
  10. default: all
  11. !include filelist.mk
  12. !include $(COMMON)\src\win40.mk
  13. !include $(DEPENDFILE)
  14. !endif # NTMAKEENV