mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
cmLocalVisualStudio7Generator: Reset per-target members after every target
This commit is contained in:
@@ -224,6 +224,8 @@ void cmLocalVisualStudio7Generator::GenerateTarget(cmGeneratorTarget* target)
|
|||||||
this->GlobalGenerator->FileReplacedDuringGenerate(fname);
|
this->GlobalGenerator->FileReplacedDuringGenerate(fname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this->WindowsCEProject = false;
|
||||||
|
this->FortranProject = false;
|
||||||
gg->SetVersion(realVersion);
|
gg->SetVersion(realVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -153,8 +153,8 @@ private:
|
|||||||
|
|
||||||
friend class EventWriter;
|
friend class EventWriter;
|
||||||
|
|
||||||
bool FortranProject;
|
bool FortranProject = false;
|
||||||
bool WindowsCEProject;
|
bool WindowsCEProject = false;
|
||||||
std::unique_ptr<cmLocalVisualStudio7GeneratorInternals> Internal;
|
std::unique_ptr<cmLocalVisualStudio7GeneratorInternals> Internal;
|
||||||
|
|
||||||
std::map<cmGeneratorTarget const*, std::set<cmSourceFile const*>>
|
std::map<cmGeneratorTarget const*, std::set<cmSourceFile const*>>
|
||||||
|
|||||||
Reference in New Issue
Block a user