Windows2000/private/shell/win16/makefile

25 lines
526 B
Makefile
Raw Normal View History

2001-01-01 00:00:00 +01:00
##########################################################################
#
# 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