*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Apr 1998 20:22:42 +0200
changeset 897 feac294893a5
parent 896 6e23150974d0
child 898 cdf6cc132b53
*** empty log message ***
Make.proto
--- a/Make.proto	Wed Apr 08 15:29:02 1998 +0200
+++ b/Make.proto	Thu Apr 09 20:22:42 1998 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.50 1998-03-30 14:26:14 tz Exp $
+# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.51 1998-04-09 18:22:42 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -66,6 +66,8 @@
 	  MenuItem.$(O)			\
 	  DragAndDropManager.$(O)       \
 	  DropObject.$(O)               \
+	  DropContext.$(O)              \
+	  DragHandler.$(O)              \
 	  VisualRegion.$(O)		\
 	  WinBuilder.$(O)               \
 	      UIBuilder.$(O)            \
@@ -133,6 +135,11 @@
 ClrValue.$(O): ClrValue.st $(STCHDR)
 ConvValue.$(O): ConvValue.st $(STCHDR)
 DObject.$(O): DObject.st $(STCHDR)
+DragAndDropManager.$(O): DragAndDropManager.st $(STCHDR)
+DragHandler.$(O): DragHandler.st $(STCHDR)
+DropContext.$(O): DropContext.st $(STCHDR)
+DropObject.$(O): DropObject.st $(STCHDR)
+DObject.$(O): DObject.st $(STCHDR)
 EventListener.$(O): EventListener.st $(STCHDR)
 FaceReader.$(O): FaceReader.st $(STCHDR)
 GIFReader.$(O): GIFReader.st $(INCLUDE)/ImageRdr.H $(STCHDR)