10 lines
370 B
Makefile
10 lines
370 B
Makefile
|
#********************************************************************
|
||
|
#** Microsoft Windows **
|
||
|
#** Copyright(c) Microsoft Corp., 1992 - 1994 **
|
||
|
#********************************************************************
|
||
|
|
||
|
default: all
|
||
|
!include filelist.mk
|
||
|
!include $(COMMON)\src\win40.mk
|
||
|
!include $(DEPENDFILE)
|