############################################################################
#
#               Copyright (C) 2000-2001 SciTech Software, Inc.
#                            All rights reserved.
#
# Descripton:   Makefile for sample programs. Requires the SciTech
#               Software makefile definitions package to be installed.
#
#############################################################################

PROGRAM		:= applet
OBJECTS		:= applet$O monitorapplet$O combobox$O dialogs_wdr$O
EXELIBS     += wxapplet$L

.INCLUDE: "../common.mak"

