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


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

default		= dll
project		= libddeml
components	= DdeML.o DdeMLBin.o DdeML.res.o
libraries	= -lkeyboard
resource	= DdeML

include $(TWINDIR)/Makefile.config
