32 lines
516 B
Makefile
32 lines
516 B
Makefile
##########################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1991
|
|
# All Rights Reserved.
|
|
#
|
|
##########################################################################
|
|
|
|
!ifdef NTMAKEENV
|
|
|
|
#
|
|
# Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
|
|
#
|
|
all:
|
|
clean:
|
|
|
|
!else # NTMAKEENV
|
|
|
|
|
|
DIR=welcome
|
|
ROOT = ..\..\..
|
|
|
|
DIRLIST=win95
|
|
|
|
!include ..\..\shell.mk
|
|
|
|
default all: $(DIRLIST)
|
|
|
|
!endif # NTMAKEENV
|
|
|
|
|