[Cmake-commits] [cmake-commits] hoffman committed cmLocalVisualStudio7Generator.cxx 1.228 1.229

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 3 16:22:57 EDT 2008


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

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
BUG: fix for 7519 extra closing > in fortran projects


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.228
retrieving revision 1.229
diff -C 2 -d -r1.228 -r1.229
*** cmLocalVisualStudio7Generator.cxx	31 Jul 2008 16:54:09 -0000	1.228
--- cmLocalVisualStudio7Generator.cxx	3 Sep 2008 20:22:55 -0000	1.229
***************
*** 1789,1793 ****
    if(projectType)
      {
!     fout << "\tProjectType=\"" << projectType << "\">\n";
      }
    fout<< "\tKeyword=\"" << keyword << "\">\n" 
--- 1789,1793 ----
    if(projectType)
      {
!     fout << "\tProjectType=\"" << projectType << "\"\n";
      }
    fout<< "\tKeyword=\"" << keyword << "\">\n" 



More information about the Cmake-commits mailing list