[Gd-chatter] r11232 - trunk/libraries/utilities/command-line-parser

prom at gwydiondylan.org prom at gwydiondylan.org
Sat Mar 10 19:29:11 CET 2007


Author: prom
Date: Sat Mar 10 19:29:10 2007
New Revision: 11232

Modified:
   trunk/libraries/utilities/command-line-parser/Makegen
Log:
Job: minor
Makegen updates for command-line-parser based on trunk.
I hope that doesnt break the GD_2_4 build *sigh*.


Modified: trunk/libraries/utilities/command-line-parser/Makegen
==============================================================================
--- trunk/libraries/utilities/command-line-parser/Makegen	(original)
+++ trunk/libraries/utilities/command-line-parser/Makegen	Sat Mar 10 19:29:10 2007
@@ -2,16 +2,11 @@
 
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
-    . ' -L../threads'
-    . ' -L../streams'
+    . ' -L../common-dylan'
+    . ' -L../io'
     . ' -L../table-ext'
     . ' -L../../d2c/runtime/random'
-    . ' -L../common-dylan'
-    . ' -L../print'
-    . ' -L../format'
-    . ' -L../standard-io'
-    . ' -L../format-out'
-    . ' -L../io';
+    . ' -L../../d2c/runtime/threads';
 
 &emit_library_rule(
     'command-line-parser', '$(BUILDROOT)/force.timestamp', '', 'compile',



More information about the chatter mailing list