]> git.tdb.fi Git - builder.git/blobdiff - source/compile.h
Code reorganizing and cleanup
[builder.git] / source / compile.h
index 42ae95c1f45c125ade30dc9bc92e730ab968efd7..5e0d47f3104ca148ee47e99620f2e7e2b97b51b7 100644 (file)
@@ -5,15 +5,12 @@
 #include "externalaction.h"
 
 class Component;
+class ObjectFile;
 
 class Compile: public ExternalAction
 {
 public:
-       Compile(Builder &, const Msp::Path::Path &, const Msp::Path::Path &, const Component &);
-private:
-       Msp::Path::Path source;
-       Msp::Path::Path object;
-       const Component ∁
+       Compile(Builder &, const ObjectFile &);
 };
 
 #endif