cmLocalVisualStudio7Generator: Reset per-target members after every target
This commit is contained in:
parent
252702bb35
commit
acc5ea7390
@ -224,6 +224,8 @@ void cmLocalVisualStudio7Generator::GenerateTarget(cmGeneratorTarget* target)
|
||||
this->GlobalGenerator->FileReplacedDuringGenerate(fname);
|
||||
}
|
||||
|
||||
this->WindowsCEProject = false;
|
||||
this->FortranProject = false;
|
||||
gg->SetVersion(realVersion);
|
||||
}
|
||||
|
||||
|
@ -153,8 +153,8 @@ private:
|
||||
|
||||
friend class EventWriter;
|
||||
|
||||
bool FortranProject;
|
||||
bool WindowsCEProject;
|
||||
bool FortranProject = false;
|
||||
bool WindowsCEProject = false;
|
||||
std::unique_ptr<cmLocalVisualStudio7GeneratorInternals> Internal;
|
||||
|
||||
std::map<cmGeneratorTarget const*, std::set<cmSourceFile const*>>
|
||||
|
Loading…
Reference in New Issue
Block a user