windows-nt/Source/XPSP1/NT/com/oleutest/stgbvt/comtools/h/makefile
2020-09-26 16:20:57 +08:00

27 lines
495 B
Makefile

############################################################################
#
# Copyright (C) 1992, Microsoft Corporation.
#
# All rights reserved.
#
# This is needed to be able to build 16bit precompiled header
#
############################################################################
!ifdef NTMAKEENV
all :
echo $(BUILDMSG)
clean : all
!else
default: all
!include $(CTOLECOM)\ctolecom.mk
!include filelist.mk
!include $(COMMON)\src\win40.mk
!include $(DEPENDFILE)
!endif