##################################################################### #
# @(#)Makefile	1.8
#
#  Copyright (c) 1995, Willows Software Inc.  All rights reserved.
#
#  Makefile for build shell dynamic link library
# 
#####################################################################


TWIN_AUXINC     = -I$(TWINDIR)/win
SOURCES		= Shell.c Registry.c DragDrop.c About.c 

default		= dll
project		= libshell
components	= Shell.o ShellIF.o Registry.o DragDrop.o About.o Shell.res.o
libraries	= 
resource	= Shell
resource_flags	= -EShell_LibMain

include $(TWINDIR)/Makefile.config

install: $(TWINLIB)/$(project).$(DLL_EXT)

