Den 2010-09-21 09:37 skrev Peter Rosin: > I know it's late for the release, but I'd like to squeeze this one in > too, if at all possible. After all, it doesn't affect anything but MSVC. > > With the patch, I get > > sys_lib_search_path_spec="/c/PROGRA~1/MID05A~1/VC/ATLMFC/LIB > /c/PROGRA~1/MID05A~1/VC/LIB /c/PROGRA~1/MID05A~1/VC/PLATFO~1/lib > /c/PROGRA~1/MID05A~1/SDK/v2.0/lib" > > on MSYS/MSVC, and > > sys_lib_search_path_spec="/cygdrive/c/PROGRA~1/MID05A~1/VC/ATLMFC/LIB > /cygdrive/c/PROGRA~1/MID05A~1/VC/LIB > /cygdrive/c/PROGRA~1/MID05A~1/VC/PLATFO~1/lib > /cygdrive/c/PROGRA~1/MID05A~1/SDK/v2.0/lib" > > on Cygwin/MSVC, which is a whole lot better than what was there before, > namely this for both > > sys_lib_search_path_spec="C:\Program Files\Microsoft Visual Studio > 8\VC\ATLMFC\LIB C:\Program Files\Microsoft Visual Studio 8\VC\LIB C:\Program > Files\Microsoft Visual Studio 8\VC\PlatformSDK\lib C:\Program Files\Microsoft > Visual Studio 8\SDK\v2.0\lib" > > which simply isn't any good at all.
FYI, I just guessed what the prior content was (I was in a bit of a rush for some reason). Now I have checked what it really was, which is a wee bit worse than I thought: sys_lib_search_path_spec="C \\\\Program Files\\\\Microsoft Visual Studio 8\\\\VC\\\\ATLMFC\\\\LIB;C \\\\Program Files\\\\Microsoft Visual Studio 8\\\\VC\\\\LIB;C \\\\Program Files\\\\Microsoft Visual Studio 8\\\\VC\\\\PlatformSDK\\\\lib;C \\\\Program Files\\\\Microsoft Visual Studio 8\\\\SDK\\\\v2.0\\\\lib" I copy-pasted the content for the cases with the patch applied so those were correct from the start. Cheers, Peter