NT4/private/ole32/stg/utils/makefile

22 lines
448 B
Makefile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#********************************************************************
#** Microsoft Windows **
#** Copyright(c) Microsoft Corp., 1992 - 1994 **
#********************************************************************
!ifdef NTMAKEENV
all:
echo $(BUILDMSG)
clean: all
!else
!if "$(HOST)" != "DOS"
SUBDIRS = stgview df2t
!endif
!include $(COMMON)\src\win40.mk
!endif # NTMAKEENV