X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjectfile.h;h=9fa49794610bcd2ba53b2ffa5d87e2718becc2de;hb=59ac0a44d6edf179c01604c6ced744873213f855;hp=d270529b73cdefac2ca56a5be84f40a3669f7891;hpb=4dc31cca056ea293d320928f61fef0558089d32d;p=builder.git diff --git a/source/objectfile.h b/source/objectfile.h index d270529..9fa4979 100644 --- a/source/objectfile.h +++ b/source/objectfile.h @@ -12,6 +12,7 @@ public: ObjectFile(Builder &, const Component &, SourceFile &); const char *get_type() const { return "ObjectFile"; } void find_depends() { } + Action *build(); private: const Component ∁