]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Get rid of the Library and SystemLibrary classes as unnecessary abstractions
[builder.git] / source / executable.cpp
index 44d461268a35bd287f216961a71573626972bb3d..923ff8891ae53f8d65f00ca918b0f3279a89baff 100644 (file)
@@ -1,15 +1,9 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "component.h"
 #include "executable.h"
 #include "sourcepackage.h"
 
 Executable::Executable(Builder &b, const Component &c, const std::list<ObjectFile *> &objs):
-       FileTarget(b, &c.get_package(), generate_target_path(c)),
        Binary(b, c, objs)
-{ }
+{
+       install_location = "bin";
+}