diff options
Diffstat (limited to 'Source/cmLocalCodeWarriorGenerator.h')
-rw-r--r-- | Source/cmLocalCodeWarriorGenerator.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmLocalCodeWarriorGenerator.h b/Source/cmLocalCodeWarriorGenerator.h index cad68df..c415bc4 100644 --- a/Source/cmLocalCodeWarriorGenerator.h +++ b/Source/cmLocalCodeWarriorGenerator.h @@ -70,7 +70,12 @@ private: const char *ext, const char *comp, const char *edit, bool precomp, bool launch, bool res, bool ignored); - + +private: + // lists the names of the output files of the various targets + std::map<std::string, std::string> m_TargetOutputFiles; + // lists which target first references another target's output + std::map<std::string, std::string> m_TargetReferencingList; }; #endif |