[Cmake-commits] [cmake-commits] king committed cmVisualStudio10TargetGenerator.cxx 1.27 1.28

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 18 16:14:38 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16833/Source

Modified Files:
	cmVisualStudio10TargetGenerator.cxx 
Log Message:
Use backslashes in VS 10 library dependencies

The list of libraries to be linked into the current target must be
specified using windows slashes to that UNC paths such as

  \\server\share\somelibrary.lib

work correctly.  See issue #9917.


Index: cmVisualStudio10TargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmVisualStudio10TargetGenerator.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -C 2 -d -r1.27 -r1.28
*** cmVisualStudio10TargetGenerator.cxx	26 Oct 2009 12:57:01 -0000	1.27
--- cmVisualStudio10TargetGenerator.cxx	18 Nov 2009 21:14:36 -0000	1.28
***************
*** 1223,1226 ****
--- 1223,1227 ----
                  cmLocalGenerator::START_OUTPUT,
                  cmLocalGenerator::UNCHANGED);
+       this->ConvertToWindowsSlash(path);
        libstring += sep;
        libstring += path;



More information about the Cmake-commits mailing list