[cmake-commits] king committed cmLocalVisualStudio6Generator.cxx 1.115 1.116

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 9 16:26:18 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv27508/Source

Modified Files:
	cmLocalVisualStudio6Generator.cxx 
Log Message:
BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP template files.


Index: cmLocalVisualStudio6Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio6Generator.cxx,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- cmLocalVisualStudio6Generator.cxx	9 Mar 2007 21:25:16 -0000	1.115
+++ cmLocalVisualStudio6Generator.cxx	9 Mar 2007 21:26:16 -0000	1.116
@@ -851,7 +851,7 @@
 // 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, 



More information about the Cmake-commits mailing list