X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.h;h=967aaf97c7ec0c8044eaf0c48965122029732eb5;hb=c75c89d2425ab0c69e94d45a5d956286838bbc67;hp=0dc4fc5223b0f671af15901397af594a63dc6679;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/executable.h b/source/executable.h index 0dc4fc5..967aaf9 100644 --- a/source/executable.h +++ b/source/executable.h @@ -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,12 @@ Distributed under the LGPL class Executable: public Binary { public: + Executable(Builder &, const Msp::FS::Path &); Executable(Builder &, const Component &, const std::list &); +private: + static std::string generate_filename(const Component &); + +public: virtual const char *get_type() const { return "Executable"; } };