windows-nt/Source/XPSP1/NT/com/oleutest/stgbvt/ctolerpc/olestr/makefile

26 lines
446 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
############################################################################
#
# Copyright (C) 1992, Microsoft Corporation.
#
# All rights reserved.
#
############################################################################
!ifdef NTMAKEENV
all :
echo $(BUILDMSG)
clean : all
!else
default: all
!include $(CTOLERPC)\win16.mk
!include filelist.mk
!include $(COMMON)\src\win40.mk
#!include depend.mk
!include $(DEPENDFILE)
!endif