]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Add Id tag to all files
[builder.git] / source / executable.h
index 7fefef7a469326246b706b0f5f72d4a7282f3add..7d6ea28b46d70b8e656573a1826a690e0d4a9b95 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef EXECUTABLE_H_
 #define EXECUTABLE_H_
 
@@ -6,6 +13,10 @@
 class Component;
 class ObjectFile;
 
+/**
+Produces a binary file, which may be either a standalone executable or a shared
+library.
+*/
 class Executable: public Target
 {
 public: