digitalmars.D.bugs - [Issue 11367] New: Include paths on windows do not recursively expand env vars
- d-bugmail puremagic.com (23/23) Oct 27 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11367
http://d.puremagic.com/issues/show_bug.cgi?id=11367 Summary: Include paths on windows do not recursively expand env vars Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: minor Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: maidenphil hotmail.com PDT --- Environment variable: TOTO = C:\Toto TATA = %TOTO%\tata dmd -I%TATA% ... does not work... import path[0] = %TOTO%\tata (value not expanded) dmd -I%TOTO%\tata ... works -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 27 2013