*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 02 Jun 2003 14:08:55 +0200
changeset 4935 58953456d3c6
parent 4934 ba5bb3c5a0f7
child 4936 ed126a4cc771
*** empty log message ***
Make.proto
libInit.cc
--- a/Make.proto	Mon Jun 02 11:57:54 2003 +0200
+++ b/Make.proto	Mon Jun 02 14:08:55 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.81 2003-01-22 11:00:16 stefan Exp $
+# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.82 2003-06-02 12:08:55 cg Exp $
 
 # -------------- no need to change anything below ----------
 
@@ -59,6 +59,11 @@
 
 # NEWFILEBROWSER=
 
+NEWSETTINGSAPP=\
+	AbstractSettingsApplication.$(O) \
+	SettingsDialog.$(O)
+
+
 OBSOLETEOBJS=  \
 	OldLauncher.$(O)
 
@@ -67,6 +72,7 @@
 	$(CBROWSER_OBJ)                     \
 	$(NEWSYSTEMBROWSER)                 \
 	$(NEWFILEBROWSER)                   \
+	$(NEWSETTINGSAPP)                   \
 	DebugView.$(O)                      \
 	AbstractLauncherApplication.$(O)    \
 	NewLauncher.$(O)                    \
--- a/libInit.cc	Mon Jun 02 11:57:54 2003 +0200
+++ b/libInit.cc	Mon Jun 02 14:08:55 2003 +0200
@@ -25,6 +25,8 @@
 _BrowserView_Init(pass,__pRT__,snd);
 _ChangesBrowser_Init(pass,__pRT__,snd);
 _AbstractFileBrowser_Init(pass,__pRT__,snd);
+_AbstractSettingsApplication_Init(pass,__pRT__,snd);
+_SettingsDialog_Init(pass,__pRT__,snd);
 _DebugView_Init(pass,__pRT__,snd);
 _AbstractLauncherApplication_Init(pass,__pRT__,snd);
 _NewLauncher_Init(pass,__pRT__,snd);