]> git.tdb.fi Git - builder.git/blobdiff - source/lib/tool.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / tool.h
index a6bd322a762b0bce5ccc609990870efe1c78a030..5921c2ddb2eb44e545711878d5c0401ded919343 100644 (file)
@@ -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