dmd compile with imported modules

David Nadlinger see at klickverbot.at
Sat Jan 1 05:42:45 PST 2011


On 1/1/11 2:34 PM, useo wrote:
> I always have to compile the mainfile-module with "dmd mainfile.d
> myclasses/exampleClass.d" because of the obj-files. My projects are
> always growing and I don't want list all 100 or more classes/files in
> the command line. Is there any possibility to automatically import,
> compile and link all the files with a short command?

There has been some discussion on this recently, but for now, rdmd 
should be the tool to use.

David


More information about the Digitalmars-d-learn mailing list