www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - rdmd for GDC

reply =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Not sure if this had already been done elsewhere,
but here's a port of "rdmd" over to GDC and Unix:

http://www.algonet.se/~afb/d/rdmd.d
(tested OK on Mac OS X using GDC 0.23)

Here's a matching manual page, mostly taken from
the help text, that should go with the binary:

http://www.algonet.se/~afb/d/rdmd.1
(goes in man/man1/ next to the bin/)

Basically just ported linux -> Unix, made it default
to gdmd for version(GNU) and fixed some linker issues.

Still in the Public Domain, so enjoy...
--anders


PS. We probably still need a multi-module version,
but that could probably be done using bud/rebuild.
Mar 21 2007
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
 Not sure if this had already been done elsewhere,
 but here's a port of "rdmd" over to GDC and Unix:
 
 http://www.algonet.se/~afb/d/rdmd.d
 (tested OK on Mac OS X using GDC 0.23)
I updated the above file (still called "version 1.2") http://www.algonet.se/~afb/d/rdmd-1.1-bug505.patch http://d.puremagic.com/issues/show_bug.cgi?id=505 --anders
Mar 25 2007