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

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