bc.mak
author Claus Gittinger <cg@exept.de>
Sat, 25 Apr 1998 17:45:05 +0200
changeset 811 911e51013604
parent 668 195cb7061d4b
child 947 f206727e93d1
permissions -rw-r--r--
added #openOn: for oldInspector compatibility.

#
# $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