#*************************************************************************
#
#  Makefile for Win87EM
#
#*************************************************************************/

TWIN_AUXINC     = -I$(TWINDIR)/win -I.
default 	= dll
project		= libwin87em
components	= win87em.o win87emIF.o win87em.res.c

libraries	= 
resource	= win87em
localclean	= 

include $(TWINDIR)/Makefile.config

