mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
This commit is contained in:
@@ -169,7 +169,9 @@ public:
|
||||
|
||||
// write the target rules for the local Makefile into the stream
|
||||
void WriteLocalAllRules(std::ostream& ruleFileStream);
|
||||
|
||||
|
||||
std::map<cmStdString,std::vector<cmTarget *> > GetLocalObjectFiles()
|
||||
{ return m_LocalObjectFiles;}
|
||||
protected:
|
||||
// Return the a string with -F flags on apple
|
||||
std::string GetFrameworkFlags(cmTarget&);
|
||||
@@ -320,7 +322,8 @@ protected:
|
||||
std::string GetTargetDirectory(cmTarget& target);
|
||||
std::string GetSubdirTargetName(const char* pass, const char* subdir);
|
||||
std::string GetObjectFileName(cmTarget& target,
|
||||
const cmSourceFile& source);
|
||||
const cmSourceFile& source,
|
||||
std::string* nameWithoutTargetDir = 0);
|
||||
const char* GetSourceFileLanguage(const cmSourceFile& source);
|
||||
std::string ConvertToQuotedOutputPath(const char* p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user