[Cmake-commits] [cmake-commits] hoffman committed cmLocalVisualStudio7Generator.cxx 1.233 1.234

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 27 15:31:05 EDT 2008


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

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
ENH: make the scc optional 


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.233
retrieving revision 1.234
diff -C 2 -d -r1.233 -r1.234
*** cmLocalVisualStudio7Generator.cxx	27 Oct 2008 17:51:30 -0000	1.233
--- cmLocalVisualStudio7Generator.cxx	27 Oct 2008 19:31:03 -0000	1.234
***************
*** 1834,1851 ****
      }
    const char* vsProjectname = target.GetProperty("VS_SCC_PROJECTNAME");
-   if (!vsProjectname)
-     {
-     vsProjectname = "";
-     }
    const char* vsLocalpath = target.GetProperty("VS_SCC_LOCALPATH");
-   if (!vsLocalpath)
-     {
-     vsLocalpath = "";
-     }
    const char* vsProvider = target.GetProperty("VS_SCC_PROVIDER");
-   if (!vsProvider)
-     {
-     vsProvider = "";
-     }
    cmGlobalVisualStudio7Generator* gg =
      static_cast<cmGlobalVisualStudio7Generator *>(this->GlobalGenerator);
--- 1834,1839 ----



More information about the Cmake-commits mailing list