[Cmake-commits] [cmake-commits] hoffman committed cmake.cxx 1.422 1.423

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 1 15:08:53 EDT 2009


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

Modified Files:
	cmake.cxx 
Log Message:
Use the MANIFEST flag for non incremental linking as well.


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.422
retrieving revision 1.423
diff -C 2 -d -r1.422 -r1.423
*** cmake.cxx	1 Sep 2009 18:33:26 -0000	1.422
--- cmake.cxx	1 Sep 2009 19:08:50 -0000	1.423
***************
*** 4265,4268 ****
--- 4265,4269 ----
      }
    // Run the link command as given 
+   linkCommand.push_back("/MANIFEST");
    if(!cmake::RunCommand("LINK", linkCommand, verbose))
      {



More information about the Cmake-commits mailing list