digitalmars.D.bugs - [Issue 6209] New: -L\implib and -H generation should follow -od flag
- d-bugmail puremagic.com (22/22) Jun 24 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6209
- d-bugmail puremagic.com (14/14) Jan 21 2012 http://d.puremagic.com/issues/show_bug.cgi?id=6209
http://d.puremagic.com/issues/show_bug.cgi?id=6209 Summary: -L\implib and -H generation should follow -od flag Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2011-06-24 11:00:56 PDT --- Currently calling -H to generate header files and -L\implib to create import libraries via the linker creates .di and .lib files in the current directory, regardless if the -od switch is present. This makes it difficult to make build scripts which must keep their current working directory intact in order to resolve imports, but where the output files need to be in some subdirectory. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 24 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6209 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-01-21 15:30:30 PST --- -H follows -Hd"dir" for output, not -od. I didn't know this when I filed this bug. As for -L\implib, optlink might have some switches for this but I'll have to look into it. Closing. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 21 2012