X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemlibrary.cpp;fp=source%2Fsystemlibrary.cpp;h=58eaea7087a095246aba7e2a7e496a2177158b56;hb=83d2a8a39e0a09733ffc666d7f885fc328b831f2;hp=2bfc04bb6f870e30cc6f890cff86ac1510d6058e;hpb=a63fc8c311155582a1efb3bc07f010cf159f299c;p=builder.git diff --git a/source/systemlibrary.cpp b/source/systemlibrary.cpp index 2bfc04b..58eaea7 100644 --- a/source/systemlibrary.cpp +++ b/source/systemlibrary.cpp @@ -12,12 +12,12 @@ Distributed under the LGPL using namespace std; using namespace Msp; -SystemLibrary::SystemLibrary(Builder &b, const Msp::FS::Path &p): +SystemLibrary::SystemLibrary(Builder &b, const FS::Path &p): FileTarget(b, 0, p), Library(b, 0, p, extract_libname(p)) { } -string SystemLibrary::extract_libname(const Msp::FS::Path &p) +string SystemLibrary::extract_libname(const FS::Path &p) { string result=FS::basepart(FS::basename(p)); if(!result.compare(0, 3, "lib"))