From b451ff80f9db9fbe44d254744b067d7b9988fb3f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 17 Dec 2001 11:15:23 -0500 Subject: [PATCH] ENH: allow custom commands for files that msdev knows about --- Source/cmDSPWriter.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 5c739cad1..c3ad622e8 100644 --- a/Source/cmDSPWriter.cxx +++ b/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) {