summaryrefslogtreecommitdiff
path: root/solenv/doc/gbuild/solenv/gbuild/static_library.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc/gbuild/solenv/gbuild/static_library.mk')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/static_library.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/static_library.mk b/solenv/doc/gbuild/solenv/gbuild/static_library.mk
index c6b81960f74e..741589f582c2 100644
--- a/solenv/doc/gbuild/solenv/gbuild/static_library.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/static_library.mk
@@ -10,6 +10,11 @@ namespace gb
{
public:
StaticLibrary(String name) {};
+ /// Returns how the library is named in the filesystem on the current platform.
+ /// StaticLibrary filename schemes are defined in solenv/gbuild/libnames.mk (with some platformdependant hacks in solenv/gbuild/platform/*.mk.
+
+ /// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
+ Path get_filename();
private:
/// private helper function for the constructor