Add FileDialog
authorStefan Vogel <sv@exept.de>
Mon, 12 Jan 2004 11:23:16 +0100
changeset 5420 3841c84ec520
parent 5419 b1215ef43a10
child 5421 86a6077b131d
Add FileDialog
Make.proto
Make.spec
libInit.cc
--- a/Make.proto	Fri Jan 09 15:05:40 2004 +0100
+++ b/Make.proto	Mon Jan 12 11:23:16 2004 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.98 2003-11-21 19:58:05 cg Exp $
+# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.99 2004-01-12 10:23:16 stefan Exp $
 
 # -------------- no need to change anything below ----------
 
@@ -40,12 +40,6 @@
 # special BIG-rule (kludge for HP)
 #
 
-#$(OUTDIR)BrwsrView.$(O):
-#        $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=BrwsrView OPT="$(OPT)" CC="$(CC)"
-
-#$(OUTDIR)FBrowser.$(O):
-#        $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=FBrowser OPT="$(OPT)" CC="$(CC)"
-
 $(OUTDIR)NewSystemBrowser.$(O):
 	$(MAKE) $(VERYBIG_STFILE_RULE) BIG_FILE=NewSystemBrowser OPT="$(OPT)" CC="$(CC)"
 
--- a/Make.spec	Fri Jan 09 15:05:40 2004 +0100
+++ b/Make.spec	Mon Jan 12 11:23:16 2004 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.spec,v 1.2 2003-11-21 19:59:01 cg Exp $
+# $Header: /cvs/stx/stx/libtool/Make.spec,v 1.3 2004-01-12 10:23:16 stefan Exp $
 
 MODULE=stx
 MODULE_DIR=libtool
@@ -26,6 +26,7 @@
 	$(OUTDIR)FileBrowserV2UISpecifications.$(O) \
 	$(OUTDIR)FilenameEditFieldV2.$(O) \
 	$(OUTDIR)FindFileApplication.$(O) \
+	$(OUTDIR)FileDialog.$(O) \
 
 
 NEWSETTINGSAPP=\
--- a/libInit.cc	Fri Jan 09 15:05:40 2004 +0100
+++ b/libInit.cc	Mon Jan 12 11:23:16 2004 +0100
@@ -37,6 +37,7 @@
 _FileBrowserV2UISpecifications_Init(pass,__pRT__,snd);
 _FilenameEditFieldV2_Init(pass,__pRT__,snd);
 _FindFileApplication_Init(pass,__pRT__,snd);
+_FileDialog_Init(pass,__pRT__,snd);
 _AbstractSettingsApplication_Init(pass,__pRT__,snd);
 _SettingsDialog_Init(pass,__pRT__,snd);
 _DebugView_Init(pass,__pRT__,snd);