[Cmake-commits] [cmake-commits] alex committed cmExtraEclipseCDT4Generator.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Dec 30 07:31:14 EST 2009


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

Modified Files:
	cmExtraEclipseCDT4Generator.cxx 
Log Message:
fix line lengths

Alex


Index: cmExtraEclipseCDT4Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExtraEclipseCDT4Generator.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** cmExtraEclipseCDT4Generator.cxx	23 Dec 2009 18:56:01 -0000	1.32
--- cmExtraEclipseCDT4Generator.cxx	30 Dec 2009 12:31:10 -0000	1.33
***************
*** 283,287 ****
      "\t\t\t\t<dictionary>\n"
      "\t\t\t\t\t<key>org.eclipse.cdt.make.core.environment</key>\n"
!     "\t\t\t\t\t<value>VERBOSE=1|CMAKE_NO_VERBOSE=1|"  // enforce VERBOSE Makefile output
      ;
    // set vsvars32.bat environment available at CMake time,
--- 283,287 ----
      "\t\t\t\t<dictionary>\n"
      "\t\t\t\t\t<key>org.eclipse.cdt.make.core.environment</key>\n"
!     "\t\t\t\t\t<value>VERBOSE=1|CMAKE_NO_VERBOSE=1|"  //verbose Makefile output
      ;
    // set vsvars32.bat environment available at CMake time,
***************
*** 298,302 ****
      {
      // if the env.var is set, use this one and put it in the cache
!     // if the env.var is not set, but the value is in the cache, use it from the cache:
      AddEnvVar(fout, "INTEL_LICENSE_FILE", mf);
      }
--- 298,303 ----
      {
      // if the env.var is set, use this one and put it in the cache
!     // if the env.var is not set, but the value is in the cache, 
!     // use it from the cache:
      AddEnvVar(fout, "INTEL_LICENSE_FILE", mf);
      }



More information about the Cmake-commits mailing list