]> git.tdb.fi Git - builder.git/blobdiff - source/staticlibrary.h
Big rewrite for a more tool-centric approach
[builder.git] / source / staticlibrary.h
index ae3cbef993f3b5708a91fba7f146c34d31754106..9d0bbadb08dcd268f56b3e143b5b6f00b46884f0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef STATICLIB_H_
-#define STATICLIB_H_
+#ifndef STATICLIBRARY_H_
+#define STATICLIBRARY_H_
 
 #include "library.h"
 
@@ -16,11 +16,10 @@ private:
 
 public:
        StaticLibrary(Builder &, const Component &, const std::list<ObjectFile *> &);
+
        virtual const char *get_type() const { return "StaticLibrary"; }
        const Component &get_component() const { return comp; }
 private:
-       virtual Action *create_action();
-
        static Msp::FS::Path generate_target_path(const Component &);
 };