[cmake-commits] alex committed cmLocalGenerator.cxx 1.218 1.219
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 18 10:32:25 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv23797/Source
Modified Files:
cmLocalGenerator.cxx
Log Message:
COMP: fix link rules with nmake, the linker command has to be converted to shortpath form for nmake
Alex
Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- cmLocalGenerator.cxx 17 May 2007 14:53:17 -0000 1.218
+++ cmLocalGenerator.cxx 18 May 2007 14:32:22 -0000 1.219
@@ -776,6 +776,7 @@
"CMAKE_CURRENT_SOURCE_DIR",
"CMAKE_CURRENT_BINARY_DIR",
"CMAKE_RANLIB",
+ "CMAKE_LINKER",
0
};
More information about the Cmake-commits
mailing list