CREATE_PROJECT: Output Groups and File references in XCode provider

This commit is contained in:
Littleboy 2012-07-14 16:33:41 -04:00
parent 4cee0836c9
commit 67751f77c8
3 changed files with 46 additions and 24 deletions

View file

@ -317,6 +317,14 @@ public:
*/
void createProject(const BuildSetup &setup);
/**
* Returns the last path component.
*
* @param path Path string.
* @return Last path component.
*/
static std::string getLastPathComponent(const std::string &path);
protected:
const int _version; ///< Target project version
StringList &_globalWarnings; ///< Global warnings