[Gd-chatter] r11231 - branches/GD_2_4/src/common

prom at gwydiondylan.org prom at gwydiondylan.org
Sat Mar 10 19:22:20 CET 2007


Author: prom
Date: Sat Mar 10 19:22:16 2007
New Revision: 11231

Modified:
   branches/GD_2_4/src/common/   (props changed)
   branches/GD_2_4/src/common/Makegen
Log:
Job: minor
Introduced command-line-parser to GD_2_4.
This is taking the quick route as I did not originally plan to introduce
externals to GD_2_4. Mindy-bootstrap is still untested, but shouldnt break
because CLP is not a bootstrap library. So DONT start using it within GD_2_4.


Modified: branches/GD_2_4/src/common/Makegen
==============================================================================
--- branches/GD_2_4/src/common/Makegen	(original)
+++ branches/GD_2_4/src/common/Makegen	Sat Mar 10 19:22:16 2007
@@ -21,7 +21,8 @@
 # libraries.
 @non_bootstrap_libraries =
     ('transcendental', 'threads', 'format-out', 'common-dylan', 'collections',
-     'io', 'file-system', 'time', 'date', 'system', 'locators', 'matrix');
+     'io', 'file-system', 'time', 'date', 'system', 'locators', 'matrix',
+     'command-line-parser');
     #'network'
     #'internal-time'
 



More information about the chatter mailing list