#############################################################################
#
#               Copyright (C) 1991-1997 SciTech Software, Inc.
#                            All rights reserved.
#
# Descripton:   Makefile for the WSHOWBMP example. Requires the SciTech
#               Software makefile definitions package to be installed.
#
# $Date:   01 Oct 1997 03:13:16  $ $Author:   KendallB  $
#
#############################################################################

.INCLUDE: "..\common.mak"

OBJECTS         = wshowbmp$O wshowbmp$R
EXELIBS         = $(BASELIBS)

wshowbmp$E: $(OBJECTS)

DEPEND_OBJ      = $(OBJECTS)

.INCLUDE: "$(SCITECH)\makedefs\common.mk"


