Re: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Brad King
Karr, David A (Titan) @ TITAN wrote: From: Kristian Nielsen [EMAIL PROTECTED] This generates the following long line in mysqld.vcproj: I have not yet encountered the line length limit in Visual Studio, but I have found the length of the directory list makes it hard sometimes to debug problems

Re: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Kristian Nielsen
Brad King [EMAIL PROTECTED] writes: libraries are found by the linker. I've just modified the VS7 generator to use for each link directory either a relative path or a full path, whichever is shorter. This should minimize the string length. These changes will be included in the upcoming 2.4

Re: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread William A. Hoffman
At 04:02 PM 4/20/2006, Kristian Nielsen wrote: Brad King [EMAIL PROTECTED] writes: libraries are found by the linker. I've just modified the VS7 generator to use for each link directory either a relative path or a full path, whichever is shorter. This should minimize the string length.

RE: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Karr, David A (Titan) @ TITAN
It would be helpful (at least in my case) to be able to turn off the production of the OutDir directories in this list, I just haven't gotten around to figuring out how. Is there a simple way to control this? Both directories are always added. This is hard-coded in the VS7 generator.