4 #include "filetarget.h"
10 Produces a binary file, which may be either a standalone executable or a shared
13 class Binary: public virtual FileTarget
16 const Component ∁
18 Binary(Builder &, const Component &, const std::list<ObjectFile *> &);
20 const Component &get_component() const { return comp; }
21 virtual void find_depends();
23 virtual Action *create_action();
25 /** Returns the path for the binary. We can't do this in the constructor
26 since we need to pass the value to the Target c'tor. */
27 static Msp::FS::Path generate_target_path(const Component &);