http://d.puremagic.com/issues/show_bug.cgi?id=3541
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Andrej Mitrovic <[email protected]> 2011-03-26 17:05:48 PDT --- Interesting. Currently I have a very superficial D build script which simply creates a ./cache folder, recreates the folder structure of the source tree inside this cache folder, and puts object files and library files there by simply using -of via DMD. So for example the source tree is: ./main.d ./bar/all.d ./bar/barclass.d ./foo/utils.d And the generated files would be: ./cache/bar/bar.lib ./cache/bar/all.obj ./cache/bar/barclass.obj ./cache/foo/foo.lib ./cache/foo/utils.obj Then I have no conflicts. But its very artificial as the build script was done in one afternoon. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
