[cmake-commits] alex committed cmLocalVisualStudio7Generator.cxx 1.187.2.1 1.187.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 4 17:09:35 EDT 2007


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

Modified Files:
      Tag: CMake-ACC-TargetUsedAsCommand
	cmLocalVisualStudio7Generator.cxx 
Log Message:

STYLE: remove the commented code, wasn't intended to be committed

Alex


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.187.2.1
retrieving revision 1.187.2.2
diff -u -d -r1.187.2.1 -r1.187.2.2
--- cmLocalVisualStudio7Generator.cxx	4 May 2007 20:43:29 -0000	1.187.2.1
+++ cmLocalVisualStudio7Generator.cxx	4 May 2007 21:09:33 -0000	1.187.2.2
@@ -1141,18 +1141,7 @@
       fout << "\t\t\t\tRelativePath=\"" << d << "\">\n";
       if (command)
         {
-        // Construct the entire set of commands in one string.
-/*        std::string script = 
-          this->ConstructScript(command->GetCommandLines(),
-                                command->GetWorkingDirectory(),
-                                command->GetEscapeOldStyle(),
-                                command->GetEscapeAllowMakeVars());*/
-//        std::string comment = this->ConstructComment(*command);
         const char* flags = compileFlags.size() ? compileFlags.c_str(): 0;
-        
-/*        this->WriteCustomRule(fout, source.c_str(), script.c_str(),
-                              comment.c_str(), command->GetDepends(),
-                              command->GetOutputs(), flags);*/
         this->WriteCustomRule(fout, source.c_str(), *command, flags);
         }
       else if(compileFlags.size() || additionalDeps.length() 



More information about the Cmake-commits mailing list