summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalCodeWarriorGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-04-16 18:47:44 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-04-16 18:47:44 (GMT)
commit99b3152a60d9049d261da1dc3e70916aae09fa45 (patch)
tree9321dbecb789826a92fceebef4afa5fe27941ec5 /Source/cmLocalCodeWarriorGenerator.h
parent304582d2085cc2ff91fab3f6e5abbae9316ef934 (diff)
downloadCMake-99b3152a60d9049d261da1dc3e70916aae09fa45.zip
CMake-99b3152a60d9049d261da1dc3e70916aae09fa45.tar.gz
CMake-99b3152a60d9049d261da1dc3e70916aae09fa45.tar.bz2
add COdeWarrior back in for testing
Diffstat (limited to 'Source/cmLocalCodeWarriorGenerator.h')
-rw-r--r--Source/cmLocalCodeWarriorGenerator.h7
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