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
469 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. !if "$(HOST)" != "DOS"
  11. SUBDIRS = stgview df2t
  12. !endif
  13. !include $(COMMON)\src\win40.mk
  14. !endif # NTMAKEENV