Explorar el Código

BUG: Removed generation of stray # Begin Custom Build line.

Brad King hace 25 años
padre
commit
1ede7e4e24
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Source/cmDSPWriter.cxx

+ 0 - 1
Source/cmDSPWriter.cxx

@@ -318,7 +318,6 @@ void cmDSPWriter::WriteCustomRule(std::ostream& fout,
       {
       fout << "!ELSEIF  \"$(CFG)\" == " << i->c_str() << std::endl;
       }
-    fout << "# Begin Custom Build\n\n";
     
     // Write out the dependencies (this seems to be the only way to
     //  get VC6 to actually take these dependencies into account.