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


TWIN_AUXINC     = -I$(TWINDIR)/win -I.

object		= liblzexpand
object32	= liblz32

default		= dll
project		= $(object$(TWIN_APISIZE))
components	= LZExpand.o LZExpandBin.o LZExpand.res.o
libraries	= 
resource	= LZExpand

include $(TWINDIR)/Makefile.config

