http://d.puremagic.com/issues/show_bug.cgi?id=4831
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|pull | --- Comment #8 from Andrej Mitrovic <[email protected]> 2013-02-16 16:42:09 PST --- (In reply to comment #7) > https://github.com/DigitalMars/optlink/pull/1 Now that thanks to Reiner I can build Optlink, I can see this pull was wrong. Optlink uses '+' on the commandline as an argument separator, but it should not reject such a path when it's e.g. enclosed in quotes. So both of these should work: link kernel32.lib+phobos.lib link kernel32.lib+phobos.lib+"some/path++/to" The same holds true for "," and ";", and maybe some other special characters. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
