mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifndef cmLocalVisualStudio6Generator_h
|
||||
#define cmLocalVisualStudio6Generator_h
|
||||
|
||||
#include "cmLocalGenerator.h"
|
||||
#include "cmLocalVisualStudioGenerator.h"
|
||||
|
||||
class cmMakeDepend;
|
||||
class cmTarget;
|
||||
@@ -31,7 +31,7 @@ class cmCustomCommand;
|
||||
* cmLocalVisualStudio6Generator produces a LocalUnix makefile from its
|
||||
* member this->Makefile.
|
||||
*/
|
||||
class cmLocalVisualStudio6Generator : public cmLocalGenerator
|
||||
class cmLocalVisualStudio6Generator : public cmLocalVisualStudioGenerator
|
||||
{
|
||||
public:
|
||||
///! Set cache only and recurse to false by default.
|
||||
|
||||
Reference in New Issue
Block a user