Dan Helfman
-
2010-03-29
On Windows, the "/OUT" parameter passed to the Microsoft linker will break if the path specified contains spaces, which is fairly common on Windows (e.g. "Documents and Settings", "Program Files", etc). Attached is a patch that quotes the parameter in question to prevent the problem.