2025-04-27 07:49:33 -04:00

18 lines
379 B
Makefile

############################################################################
#
# Copyright (C) 1992, Microsoft Corporation.
#
# All rights reserved.
#
############################################################################
default: all
!include filelist.mk
!include $(COMMON)\src\win40.mk
MIDL=$(TOOLPATH)\midl76.exe
all: $(OBJS)
!include depend.mk