X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fimportlibrary.h;h=fbcd98ee88521ec2d2384e49e6230f9543279fb4;hb=b4781796aa997368f46b87b73a907bcab955ca3d;hp=ac2de26e327bd77cf28df493cc9fec353f0b9854;hpb=e64433e6b1cf01fdfcf8e468e735c090a957253b;p=builder.git diff --git a/source/lib/importlibrary.h b/source/lib/importlibrary.h index ac2de26..fbcd98e 100644 --- a/source/lib/importlibrary.h +++ b/source/lib/importlibrary.h @@ -2,6 +2,7 @@ #define IMPORTLIBRARY_H_ #include "filetarget.h" +#include "libbuilder_api.h" class ExportDefinitions; class SharedLibrary; @@ -10,7 +11,7 @@ class SharedLibrary; 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 +class LIBBUILDER_API ImportLibrary: public FileTarget { private: SharedLibrary *shared_lib = 0;