X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ftool.h;h=5921c2ddb2eb44e545711878d5c0401ded919343;hb=HEAD;hp=a6bd322a762b0bce5ccc609990870efe1c78a030;hpb=2c42374a95a76dcb28eaf3e5d85d321fafe62b38;p=builder.git diff --git a/source/lib/tool.h b/source/lib/tool.h index a6bd322..5921c2d 100644 --- a/source/lib/tool.h +++ b/source/lib/tool.h @@ -8,6 +8,7 @@ #include "buildinfo.h" #include "externaltask.h" #include "internaltask.h" +#include "libbuilder_api.h" #include "sourcepackage.h" #include "target.h" #include "virtualfilesystem.h" @@ -31,7 +32,7 @@ public: Base class for tools. Tools are used to turn targets into other targets. Examples include compilers and linkers. */ -class Tool: protected ToolData +class LIBBUILDER_API Tool: protected ToolData { public: enum ProcessingUnit