X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.h;h=e415668e9890de8ab6106fa72d8e8f6850ace991;hb=be8a901dfc026f61db46d5d64a41cecc619bc97d;hp=7d6ea28b46d70b8e656573a1826a690e0d4a9b95;hpb=4c11e2a041d2064f44b7eb3dbf1976c35fc8881c;p=builder.git diff --git a/source/executable.h b/source/executable.h index 7d6ea28..e415668 100644 --- a/source/executable.h +++ b/source/executable.h @@ -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 &); };