# HG changeset patch # User Claus Gittinger # Date 869647096 -7200 # Node ID 9be9697b02785c5ccda5d0bb0f26ace016ea5a9b # Parent fa73f8d9dce67e33ede388649076a2dc41f824bc *** empty log message *** diff -r fa73f8d9dce6 -r 9be9697b0278 Make.proto --- a/Make.proto Tue Jul 22 15:37:06 1997 +0200 +++ b/Make.proto Wed Jul 23 10:38:16 1997 +0200 @@ -26,11 +26,13 @@ O=$(O2) -OBJS= \ +IOBJS= \ InspectorList.$(O) \ InspectorListView.$(O) \ InspectorView.$(O) \ - InspectorPanelView.$(O) \ + InspectorPanelView.$(O) + +OBJS= \ ColorMenu.$(O) \ FontMenu.$(O) \ MenuEditor.$(O) \