X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.cpp;h=0cdeec41edda0a3c815d373fb326663fe863d2ac;hb=HEAD;hp=923ff8891ae53f8d65f00ca918b0f3279a89baff;hpb=dc4b917034c9d3718f07139e2f0f3631a080c6f3;p=builder.git diff --git a/source/executable.cpp b/source/executable.cpp deleted file mode 100644 index 923ff88..0000000 --- a/source/executable.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "component.h" -#include "executable.h" -#include "sourcepackage.h" - -Executable::Executable(Builder &b, const Component &c, const std::list &objs): - Binary(b, c, objs) -{ - install_location = "bin"; -}