]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.h
Add command line options (not all of them work yet)
[builder.git] / source / objectfile.h
index 9fa49794610bcd2ba53b2ffa5d87e2718becc2de..962151c5e412f1923d873ec23504851f5ddd0d4e 100644 (file)
@@ -11,11 +11,13 @@ class ObjectFile: public Target
 public:
        ObjectFile(Builder &, const Component &, SourceFile &);
        const char *get_type() const { return "ObjectFile"; }
-       void find_depends() { }
+       void find_depends();
        Action *build();
 private:
        const Component ∁
        
+       void find_depends(Target *);
+
        static std::string generate_target_name(const Component &, const std::string &);
 };