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