]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Add command line options (not all of them work yet)
[builder.git] / source / executable.h
index 52b0ceedd2cf4adb62d78df66b2c18e920bc0c16..f118b8762b0ab568cc2ad8ae5e88a1299a754c5d 100644 (file)
@@ -11,7 +11,7 @@ class Executable: public Target
 public:
        Executable(Builder &, const Component &, const std::list<ObjectFile *> &);
        const char *get_type() const { return "Executable"; }
-       void find_depends() { }
+       void find_depends();
        Action *build();
 private:
        const Component &comp;