summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-09 21:26:16 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-09 21:26:16 (GMT)
commitade0fb94d8f0c79300c1038018b37871836b9454 (patch)
tree94a3050f090216465ee16e9484c4d0f5811fb205
parent80e6cade7a42588e7458e8bdca7756e9b180cf4a (diff)
downloadCMake-ade0fb94d8f0c79300c1038018b37871836b9454.zip
CMake-ade0fb94d8f0c79300c1038018b37871836b9454.tar.gz
CMake-ade0fb94d8f0c79300c1038018b37871836b9454.tar.bz2
BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP template files.
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index f039bb2..bf8acac 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -851,7 +851,7 @@ inline std::string removeQuotes(const std::string& s)
// Code in blocks surrounded by a test for this definition is needed
// only for compatibility with user project's replacement DSP
// templates. The CMake templates no longer use them.
-//#define CM_USE_OLD_VS6
+#define CM_USE_OLD_VS6
void cmLocalVisualStudio6Generator
::WriteDSPHeader(std::ostream& fout,