Add classes
authorStefan Vogel <sv@exept.de>
Mon, 17 Jun 2002 18:39:31 +0200
changeset 1573 539900f8908a
parent 1572 c82e988f5ccd
child 1574 b20cc640e941
Add classes
Make.proto
libInit.cc
--- a/Make.proto	Mon Jun 10 17:12:24 2002 +0200
+++ b/Make.proto	Mon Jun 17 18:39:31 2002 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.80 2001-10-11 09:33:51 tm Exp $
+# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.81 2002-06-17 16:39:31 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -92,6 +92,7 @@
 	  DragAndDropManager.$(O)       \
 	  DropObject.$(O)               \
 	  DropContext.$(O)              \
+	  DropSource.$(O)               \
 	  DropTarget.$(O)               \
 	  DragHandler.$(O)              \
 	  VisualRegion.$(O)             \
@@ -105,6 +106,8 @@
 	      $(JPEGREADER)             \
 	  PopUpBanner.$(O)              \
 	  SimpleDialog.$(O)             \
+	  FlyByHelp.$(O)                \
+	  ApplicationSubView.$(O)       \
 	  PropertyListDictionary.$(O)
 
 pre_objs:: JPEGReader
--- a/libInit.cc	Mon Jun 10 17:12:24 2002 +0200
+++ b/libInit.cc	Mon Jun 17 18:39:31 2002 +0200
@@ -57,6 +57,7 @@
 _DragAndDropManager_Init(pass,__pRT__,snd);
 _DropObject_Init(pass,__pRT__,snd);
 _DropContext_Init(pass,__pRT__,snd);
+_DropSource_Init(pass,__pRT__,snd);
 _DropTarget_Init(pass,__pRT__,snd);
 _DragHandler_Init(pass,__pRT__,snd);
 _VisualRegion_Init(pass,__pRT__,snd);
@@ -70,6 +71,8 @@
 _JPEGReader_Init(pass,__pRT__,snd);
 _PopUpBanner_Init(pass,__pRT__,snd);
 _SimpleDialog_Init(pass,__pRT__,snd);
+_FlyByHelp_Init(pass,__pRT__,snd);
+_ApplicationSubView_Init(pass,__pRT__,snd);
 _PropertyListDictionary_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }