Browse Source

ENH: allow custom commands for files that msdev knows about

Bill Hoffman 24 years ago
parent
commit
b451ff80f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmDSPWriter.cxx

+ 1 - 0
Source/cmDSPWriter.cxx

@@ -325,6 +325,7 @@ void cmDSPWriter::WriteCustomRule(std::ostream& fout,
       }
     fout << "\n";
 
+    fout << "# PROP Ignore_Default_Tool 1\n";
     fout << "# Begin Custom Build\n\n";
     if(outputs.size() == 0)
       {