Make.proto
changeset 3826 285866ff6c33
parent 3711 34dbbd715be4
child 3836 e535a9e069fc
--- a/Make.proto	Sat Jan 21 03:58:42 2017 +0100
+++ b/Make.proto	Sat Jan 21 03:58:45 2017 +0100
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES=$(JPEG_INCLUDE) -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview
+LOCALINCLUDES=$(JPEG_INCLUDE) -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libwidg
 
 
 # if you need any additional defines for embedded C code,
@@ -170,6 +170,7 @@
 $(OUTDIR)DisplayObject.$(O) DisplayObject.$(C) DisplayObject.$(H): DisplayObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(C) DragAndDropManager.$(H): DragAndDropManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)DragHandler.$(O) DragHandler.$(C) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)DragRectangleController.$(O) DragRectangleController.$(C) DragRectangleController.$(H): DragRectangleController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
 $(OUTDIR)DrawAdaptor.$(O) DrawAdaptor.$(C) DrawAdaptor.$(H): DrawAdaptor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)DropContext.$(O) DropContext.$(C) DropContext.$(H): DropContext.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)DropObject.$(O) DropObject.$(C) DropObject.$(H): DropObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
@@ -209,7 +210,7 @@
 $(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(C) ActiveHelp.$(H): ActiveHelp.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)
 $(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(C) ApplicationModel.$(H): ApplicationModel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
 $(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(C) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Layout.$(H) $(STCHDR)
-$(OUTDIR)Menu.$(O) Menu.$(C) Menu.$(H): Menu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
+$(OUTDIR)Menu.$(O) Menu.$(C) Menu.$(H): Menu.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
 $(OUTDIR)Plug.$(O) Plug.$(C) Plug.$(H): Plug.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
 $(OUTDIR)PluggableEventListener.$(O) PluggableEventListener.$(C) PluggableEventListener.$(H): PluggableEventListener.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)
 $(OUTDIR)ScreenLock.$(O) ScreenLock.$(C) ScreenLock.$(H): ScreenLock.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/EventListener.$(H) $(STCHDR)