X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.h;h=26d33e350b5354ff641f95842c84703f71ad96e5;hb=HEAD;hp=60b900587ecc22393070b8de7979967dfb20bdb7;hpb=dc4b917034c9d3718f07139e2f0f3631a080c6f3;p=builder.git diff --git a/source/staticlibrary.h b/source/staticlibrary.h deleted file mode 100644 index 60b9005..0000000 --- a/source/staticlibrary.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef STATICLIBRARY_H_ -#define STATICLIBRARY_H_ - -#include "filetarget.h" - -class Component; -class ObjectFile; - -/** -A static library target. -*/ -class StaticLibrary: public FileTarget -{ -public: - StaticLibrary(Builder &, const Msp::FS::Path &); - StaticLibrary(Builder &, const Component &, const std::list &); - - virtual const char *get_type() const { return "StaticLibrary"; } -private: - static Msp::FS::Path generate_target_path(const Component &); -}; - -#endif