]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Include libmode in library lookup hash
[builder.git] / source / executable.h
index 7d6ea28b46d70b8e656573a1826a690e0d4a9b95..e415668e9890de8ab6106fa72d8e8f6850ace991 100644 (file)
@@ -24,10 +24,11 @@ public:
        const char      *get_type() const      { return "Executable"; }
        const Component &get_component() const { return comp; }
        void            find_depends();
-       Action          *build();
 private:
        const Component ∁
 
+       virtual Action  *create_action();
+
        static std::string generate_target_name(const Component &);
 };