#*************************************************************************
# @(#)Makefile	1.18 
#
#  Makefile for Commdlg
#
#  Copyright (c) 1995-1996, Willows Software Inc.  All rights reserved.
#
#*************************************************************************/

default 	= dll
project		= libcommdlg
components	= ChooseColor.o ChooseFont.o Commdlg.o  \
		FindReplDlg.o GetOpenFileName.o PrintDlg.o \
		CommdlgIF.o CommdlgIT.o Commdlg.res.o

libraries	= 
resource	= Commdlg
resource_flags	= -ECommdlg_LibMain
localclean	= 


include $(TWINDIR)/Makefile.config

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

