bc.mak
author Claus Gittinger <cg@exept.de>
Sat, 08 Aug 1998 13:44:51 +0200
changeset 945 cb689f3971ab
parent 668 195cb7061d4b
child 947 f206727e93d1
permissions -rw-r--r--
allow editing of color values; react on change and redraw image then.

#
# $Header$
#

TOP=..

!INCLUDE $(TOP)\rules\stdHeader_nt

LIBNAME=libtool2
LIB_BASE=$(LIBWIDG2_BASE)

STCLOCALOPT=+optspace3 "-package=(stx:$(LIBNAME))" $(COMMONSYMBOLS) $(SEPINITCODE) $(LINKILC)

ALL: $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll

OBJS= \
	ColorMenu.$(O) \
	FontMenu.$(O) \
	MenuEditor.$(O) \
	ResourceRetriever.$(O) \
	UIGalleryView.$(O) \
	UIHelpTool.$(O) \
	UILayoutTool.$(O) \
	UIObjectView.$(O) \
	UIPainter.$(O) \
	UIPainterView.$(O) \
	UISelectionPanel.$(O) \
	UISpecificationTool.$(O) \
	SelectionBrowser.$(O) \
	FileSelectionBrowser.$(O) \
	ResourceSelectionBrowser.$(O)

$(OBJS): $(INCLUDE)\SimpleView.STH

!INCLUDE $(TOP)\rules\stdRules_nt