NT4/private/ole32/stg/wclib/makefile
2020-09-30 17:12:29 +02:00

24 lines
404 B
Makefile

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