]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.h
Include libmode in library lookup hash
[builder.git] / source / objectfile.h
index 21a988d4ce5abe093ee3968e40c7163fd5931064..dbb49fe02c8355d3f43f9eaa24f3ce0016a25851 100644 (file)
@@ -23,13 +23,13 @@ public:
        const char      *get_type() const      { return "ObjectFile"; }
        const Component &get_component() const { return comp; }
        void            find_depends();
-       Action          *build();
 private:
        const Component ∁
        TargetList      new_deps;
        
        void find_depends(Target *);
        void add_depend(Target *);
+       virtual Action  *create_action();
 
        static std::string generate_target_name(const Component &, const std::string &);
 };