X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.cpp;h=fe37c9f23f0e27b85c7d75e40f41a8269309e44d;hb=f75a99316e896cf1e424a489ce360a67844d86b0;hp=2460f024d0f3f04647a3ba80279409c1639d1b48;hpb=2606b03da59dc10e3826b833a2fceb0831d79972;p=builder.git diff --git a/source/executable.cpp b/source/executable.cpp index 2460f02..fe37c9f 100644 --- a/source/executable.cpp +++ b/source/executable.cpp @@ -6,6 +6,10 @@ using namespace std; using namespace Msp; +Executable::Executable(Builder &b, const FS::Path &p): + Binary(b, p) +{ } + Executable::Executable(Builder &b, const Component &c, const std::list &objs): Binary(b, c, generate_filename(c), objs) {