[Issue 8736] New: DMD should translate slashes in -of on Windows
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 29 14:05:52 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8736
Summary: DMD should translate slashes in -of on Windows
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: code at klickverbot.at
--- Comment #0 from klickverbot <code at klickverbot.at> 2012-09-29 14:06:15 PDT ---
Currently, using slashes in DMD paths works in a cross-platform manner
everywhere except for the -of argument. The latter gets passed verbatim to
OPTLINK, which can only handle backslashes.
This is quite annoying because it needs special cases in for cross-platform,
cross-compiler build systems, see e.g.
https://github.com/apache/thrift/blob/trunk/aclocal/ax_dmd.m4#L68.
--
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