X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimportlibrary.h;h=aac11f94f18ae04c78f907a33f2918f59c9a72b6;hb=HEAD;hp=86d26f45d201981f52f82f2c4d22bb245fefa71f;hpb=728b2f65fadd5fb5f000d908efa414027123f964;p=builder.git diff --git a/source/importlibrary.h b/source/importlibrary.h deleted file mode 100644 index 86d26f4..0000000 --- a/source/importlibrary.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef IMPORTLIBRARY_H_ -#define IMPORTLIBRARY_H_ - -#include "filetarget.h" - -/** -A special case of static library which pulls in a shared library. Used on -platforms with no true dynamic linking support. -*/ -class ImportLibrary: public FileTarget -{ -public: - ImportLibrary(Builder &, const Msp::FS::Path &); - - virtual const char *get_type() const { return "ImportLibrary"; } -}; - -#endif