summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-17 16:15:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-17 16:15:23 (GMT)
commitb451ff80f9db9fbe44d254744b067d7b9988fb3f (patch)
tree2565d0d94006b7be7e0e777c3f386eeed3d01d1f /Source/cmDSPWriter.cxx
parent75a24394ea3f4e80b1a1fe0613baaf6bfeefaeb4 (diff)
downloadCMake-b451ff80f9db9fbe44d254744b067d7b9988fb3f.zip
CMake-b451ff80f9db9fbe44d254744b067d7b9988fb3f.tar.gz
CMake-b451ff80f9db9fbe44d254744b067d7b9988fb3f.tar.bz2
ENH: allow custom commands for files that msdev knows about
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r--Source/cmDSPWriter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx
index 5c739ca..c3ad622 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)
{