ENH: allow custom commands for files that msdev knows about
This commit is contained in:
parent
75a24394ea
commit
b451ff80f9
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue