############################################################################ # # Microsoft Windows # Copyright (C) Microsoft Corporation, 1992 - 1994. # All rights reserved. # ############################################################################ !ifdef NTMAKEENV all: echo $(BUILDMSG) clean: all !else default: all !include filelist.mk !include $(COMMON)\src\win40.mk !include depend.mk !endif # NTMAKEENV