summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-10-26 18:49:11 (GMT)
committerBrad King <brad.king@kitware.com>2004-10-26 18:49:11 (GMT)
commitd7aca58343c0c35844391903629752daefc9da8a (patch)
tree8ba3b7724ba1bfc23371b0670f367f1f77989e46 /Source/cmLocalUnixMakefileGenerator2.h
parentbb316a4945f41866308f9fdf1f15c3ff3c79cb60 (diff)
downloadCMake-d7aca58343c0c35844391903629752daefc9da8a.zip
CMake-d7aca58343c0c35844391903629752daefc9da8a.tar.gz
CMake-d7aca58343c0c35844391903629752daefc9da8a.tar.bz2
ENH: Added generation of rule to build object file.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h
index 16013b2..1be2eae 100644
--- a/Source/cmLocalUnixMakefileGenerator2.h
+++ b/Source/cmLocalUnixMakefileGenerator2.h
@@ -61,6 +61,7 @@ protected:
std::string GetTargetDirectory(const cmTarget& target);
std::string GetObjectFileName(const cmSourceFile& source);
+ const char* GetSourceFileLanguage(const cmSourceFile& source);
static bool ScanDependenciesC(const char* objFile, const char* srcFile,
std::vector<std::string> const& includes);