#
# $Id: Makefile,v 1.2 2003/05/16 19:52:12 druzus Exp $
#

ROOT = ../../../

C_SOURCES=\
	gtwin.c \
	mousewin.c \

LIBNAME=gtwin

include $(TOP)$(ROOT)config/lib.cf

ifeq ($(HB_MULTI_GT),yes)
CFLAGS += -DHB_MULTI_GT
endif
