]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Use a separate category for import library filename patterns
[builder.git] / source / executable.h
index 0dc4fc5223b0f671af15901397af594a63dc6679..a8950f11f1336d53ef7ed5a991809dcdb09b4d7e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef EXECUTABLE_H_
 #define EXECUTABLE_H_
 
@@ -13,7 +6,9 @@ Distributed under the LGPL
 class Executable: public Binary
 {
 public:
+       Executable(Builder &, const Msp::FS::Path &);
        Executable(Builder &, const Component &, const std::list<ObjectFile *> &);
+
        virtual const char *get_type() const { return "Executable"; }
 };