rdmd
Christopher Wright
dhasenan at gmail.com
Sat Mar 7 05:41:32 PST 2009
Okay, here's an improved version of rdmd with config files.
Added features:
- Config file
- Specify a compiler
- Specify default imports for --eval
- Specify build flags
- Option to show source with --eval
- Changed the definition of "main" with --eval to use 'in char[][]'
rather than 'string[]' (the args probably don't matter much anyway)
- Executables are stored in the temp directory, not the current
directory. This way, they can be reused even if you change directories;
and they don't clutter up your working directory.
Attached is a sample rdmd.conf as well as the modified source (based on
r958 from the phobos repository).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rdmd.d
Type: text/x-dsrc
Size: 15240 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20090307/78d433bb/attachment-0001.d>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rdmd.conf
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20090307/78d433bb/attachment.txt>
More information about the Digitalmars-d-announce
mailing list