[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 26 17:09:15 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #9 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list