X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompile.h;h=05e57dcccc267c1e3d7c8cf0f2006cd592ac9b9f;hb=8d7926359d2477a9928d7367678314bcbc1f6e81;hp=5e0d47f3104ca148ee47e99620f2e7e2b97b51b7;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/compile.h b/source/compile.h index 5e0d47f..05e57dc 100644 --- a/source/compile.h +++ b/source/compile.h @@ -1,12 +1,22 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef COMPILE_H_ #define COMPILE_H_ -#include +#include #include "externalaction.h" class Component; class ObjectFile; +/** +Compiles a source file into an object file. +*/ class Compile: public ExternalAction { public: