Update of /var/lib/cvs/src/duim/dcs
In directory cantor:/tmp/cvs-serv25334/dcs
Modified Files:
Tag: gd-2-3-newio
Makegen
Log Message:
Eliminate the use of I/O libraries from DUIM.
Index: Makegen
===================================================================
RCS file: /var/lib/cvs/src/duim/dcs/Makegen,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- Makegen 11 Jul 2003 03:43:23 -0000 1.5
+++ Makegen 23 Oct 2003 19:53:48 -0000 1.5.2.1
@@ -1,12 +1,11 @@
$D2CFLAGS # added by update-libdirs
= $d2c_runtime
- . ' -L../../common/threads'
- . ' -L../../common/streams'
+ . ' -L../../common/collections'
+ . ' -L../../common/common-dylan'
. ' -L../../common/table-ext'
+ . ' -L../../common/threads'
. ' -L../../d2c/runtime/random'
- . ' -L../../common/common-dylan'
- . ' -L../../common/collections'
- . ' -L../utilities'
- . ' -L../geometry';
+ . ' -L../geometry'
+ . ' -L../utilities';
&emit_library_rule('duim-dcs', '', '', 'compile', 'install');
_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|