how to "include" the module file like C ?
lzzll
ownrepos at gmail.com
Fri Apr 6 04:06:18 PDT 2012
On Friday, 6 April 2012 at 09:56:19 UTC, simendsjo wrote:
> I recommend you use the tool rdmd: "rdmd main" will pick up
> dependencies and add them to dmds command line.
Rdmd works perfect,
I just need replace linker=dmd -w -of"%e" "%f" to linker=rdmd
--build-only -w -of"%e" "%f" in filetypes.d for geany then all
things will be good.
Thank you very much !
More information about the Digitalmars-d
mailing list