windows-nt/Source/XPSP1/NT/com/oleutest/stgbvt/comtools/h/makefile

27 lines
495 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
############################################################################
#
# 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