BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP template files.
This commit is contained in:
parent
80e6cade7a
commit
ade0fb94d8
|
@ -851,7 +851,7 @@ inline std::string removeQuotes(const std::string& s)
|
||||||
// Code in blocks surrounded by a test for this definition is needed
|
// Code in blocks surrounded by a test for this definition is needed
|
||||||
// only for compatibility with user project's replacement DSP
|
// only for compatibility with user project's replacement DSP
|
||||||
// templates. The CMake templates no longer use them.
|
// templates. The CMake templates no longer use them.
|
||||||
//#define CM_USE_OLD_VS6
|
#define CM_USE_OLD_VS6
|
||||||
|
|
||||||
void cmLocalVisualStudio6Generator
|
void cmLocalVisualStudio6Generator
|
||||||
::WriteDSPHeader(std::ostream& fout,
|
::WriteDSPHeader(std::ostream& fout,
|
||||||
|
|
Loading…
Reference in New Issue