mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
added some comments to illustrate the output of several path-related functions
svn path=/trunk/; revision=17500
This commit is contained in:
parent
ae5026eb5b
commit
ed985615ec
1 changed files with 5 additions and 5 deletions
|
@ -245,11 +245,11 @@ public:
|
||||||
bool HasImportLibrary () const;
|
bool HasImportLibrary () const;
|
||||||
bool IsDLL () const;
|
bool IsDLL () const;
|
||||||
bool GenerateInOutputTree () const;
|
bool GenerateInOutputTree () const;
|
||||||
std::string GetTargetName () const;
|
std::string GetTargetName () const; // "foo.exe"
|
||||||
std::string GetDependencyPath () const;
|
std::string GetDependencyPath () const; // "path/foo.exe" or "path/libfoo.a"
|
||||||
std::string GetBasePath () const;
|
std::string GetBasePath () const; // "path"
|
||||||
std::string GetPath () const;
|
std::string GetPath () const; // "path/foo.exe"
|
||||||
std::string GetPathWithPrefix ( const std::string& prefix ) const;
|
std::string GetPathWithPrefix ( const std::string& prefix ) const; // "path/prefixfoo.exe"
|
||||||
void GetTargets ( string_list& ) const;
|
void GetTargets ( string_list& ) const;
|
||||||
std::string GetInvocationTarget ( const int index ) const;
|
std::string GetInvocationTarget ( const int index ) const;
|
||||||
bool HasFileWithExtension ( const IfableData&, const std::string& extension ) const;
|
bool HasFileWithExtension ( const IfableData&, const std::string& extension ) const;
|
||||||
|
|
Loading…
Reference in a new issue