? atl.patch
? cmake_atl_support.patch
Index: Source/cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.29
diff -r1.29 cmDocumentVariables.cxx
593a594,603
>     ("CMAKE_ATL_FLAG", cmProperty::VARIABLE,
>      "Tell cmake to use ATL for an executable or dll.",
>      "This can be set in a CMakeLists.txt file and will "
>      "enable ATL in the application.  It should be set "
>      "to 1 for static the static ATL library, and 2 for "
>      "the shared ATL library.  This is used in visual "
>      "studio 6 and 7 project files.\n",false,
>      "Variables That Change Behavior");
> 
>   cm->DefineProperty
Index: Source/cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.238
diff -r1.238 cmLocalVisualStudio7Generator.cxx
561a562,566
>   const char* atlFlag = this->Makefile->GetDefinition("CMAKE_ATL_FLAG");
>   if(!atlFlag)
>     {
>     atlFlag = "0";
>     }
682a688
>        << "\t\t\tUseOfATL=\"" << atlFlag << "\"\n"
