NT4/private/ole32/com/remote/makefile

25 lines
467 B
Makefile
Raw Normal View History

2001-01-01 00:00:00 +01:00
############################################################################
#
# Copyright (C) 1992, Microsoft Corporation.
#
# All rights reserved.
#
############################################################################
!ifdef NTMAKEENV
# We need to do the following so that build will stop reading from the
# pipe.
all :
echo $(BUILDMSG)
clean : all
!else # NTMAKEENV
!include $(CAIROLE)\com\makefile
!include $(DEPENDFILE)
!endif # NTMAKEENV