Procházet zdrojové kódy

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

Brad King před 24 roky
rodič
revize
1ede7e4e24
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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.