]> git.tdb.fi Git - builder.git/blobdiff - source/installedfile.h
Update cross prefix for windows architecture
[builder.git] / source / installedfile.h
index 1ce5f1e3851475f65b4eea3ab3fa212a5043f5bc..9e886d580a00976672dcd125742adb5234643380 100644 (file)
@@ -21,7 +21,13 @@ private:
 public:
        virtual const char *get_type() const { return "InstalledFile"; }
        FileTarget &get_source() const { return source; }
+
+       /** Sets a symlink for the file.  A relative path will be rooted at the
+       directory the file resides in. */
+       void set_symlink(const Msp::FS::Path &);
+
        const Msp::FS::Path &get_symlink() const { return link; }
+
        virtual Target *get_real_target();
 private:
        virtual void check_rebuild();