[Gd-chatter] r11301 - trunk/fundev/sources/environment/tools

hannes at gwydiondylan.org hannes at gwydiondylan.org
Fri Apr 27 19:36:37 CEST 2007


Author: hannes
Date: Fri Apr 27 19:36:35 2007
New Revision: 11301

Modified:
   trunk/fundev/sources/environment/tools/environment-options.dylan
Log:
Job: fd
by default, link, and don't ask if there are serious warnings. This is more convinient since in
our current setup library dylan is build by the user, which contains 4 serious warnings

Modified: trunk/fundev/sources/environment/tools/environment-options.dylan
==============================================================================
--- trunk/fundev/sources/environment/tools/environment-options.dylan	(original)
+++ trunk/fundev/sources/environment/tools/environment-options.dylan	Fri Apr 27 19:36:35 2007
@@ -21,7 +21,7 @@
   slot about-box-action         :: <symbol>  = #"initial";
   slot default-save-databases   :: <boolean> = #t;
   slot default-copy-sources     :: <boolean> = #f;
-  slot default-link-mode        :: <symbol>  = #"ask";
+  slot default-link-mode        :: <symbol>  = #"force";
   slot default-upgrade-warnings :: <boolean> = #f;
   slot application-confirm-stop :: <boolean> = #t;
   slot opened-project-active    :: <boolean> = #t;



More information about the chatter mailing list