Windows2000/private/shell/win16/makefile
2020-09-30 17:12:32 +02:00

25 lines
526 B
Makefile

##########################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1991-96
# All Rights Reserved.
#
##########################################################################
!ifdef NTMAKEENV # Prevent NT's build.exe from executing this makefile
clean :
!else # NTMAKEENV
DIR = win16
ROOT = ..\..
DIRLIST = commctrl shell16
!include ..\shell.mk
default all: $(DIRLIST)
!endif # NTMAKEENV