[Cmake-commits] [cmake-commits] hoffman committed cmake.cxx 1.386 1.387
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jun 18 13:28:27 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4325
Modified Files:
cmake.cxx
Log Message:
ENH: support large object file lists with incremental visual studio linking
Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.386
retrieving revision 1.387
diff -C 2 -d -r1.386 -r1.387
*** cmake.cxx 17 Jun 2008 17:13:21 -0000 1.386
--- cmake.cxx 18 Jun 2008 17:28:24 -0000 1.387
***************
*** 3876,3880 ****
{
// check for nmake temporary files
! if((*i)[0] == '@')
{
std::ifstream fin(i->substr(1).c_str());
--- 3876,3880 ----
{
// check for nmake temporary files
! if((*i)[0] == '@' && i->find("@CMakeFiles") != 0 )
{
std::ifstream fin(i->substr(1).c_str());
More information about the Cmake-commits
mailing list