From ade0fb94d8f0c79300c1038018b37871836b9454 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 9 Mar 2007 16:26:16 -0500 Subject: BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP template files. --- Source/cmLocalVisualStudio6Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v0.12