http://d.puremagic.com/issues/show_bug.cgi?id=767
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Rainer Schuetze <[email protected]> 2010-05-22 23:58:12 PDT --- I would like too see string imports to be shown in the dependencies: c:\>type test.d int ver=mixin(import("Version")); c:\>type version 42 c:\>dmd -c -J. -deps=deps test.d c:\>type deps test (test.d) : public : object (m:\\s\\d\\phobos\\druntime\\import\\object.di) This should show "version", too. Libraries "imported" by pragma(lib) to be shown would be nice, but this is not complete for a building tool, anyway, because pre-built libraries might force the inclusion of more libraries. I'd like the linker to supply a list of searched libraries. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
