]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Put output files for foreign archs in their own directories
[builder.git] / source / executable.h
index d7d8ebbea909fa3f1c853b1212d3827d1962e51c..e415668e9890de8ab6106fa72d8e8f6850ace991 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_
 
@@ -17,10 +24,11 @@ public:
        const char      *get_type() const      { return "Executable"; }
        const Component &get_component() const { return comp; }
        void            find_depends();
-       Action          *build();
 private:
        const Component ∁
 
+       virtual Action  *create_action();
+
        static std::string generate_target_name(const Component &);
 };