ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories method.

This commit is contained in:
Brad King
2004-10-26 10:15:49 -04:00
parent 2bad658304
commit 16e86a3ea9
2 changed files with 66 additions and 52 deletions
+4
View File
@@ -105,6 +105,10 @@ protected:
///! Get the include flags for the current makefile and language
const char* GetIncludeFlags(const char* lang);
/** Get the include flags for the current makefile and language. */
void GetIncludeDirectories(std::vector<std::string>& dirs);
///! for existing files convert to output path and short path if spaces
std::string ConvertToOutputForExisting(const char* p);