]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Add drivers for the MSVC toolchain
[builder.git] / source / executable.h
index d07f89b09ed6c7d097dbcf3714bee96231119de9..a8950f11f1336d53ef7ed5a991809dcdb09b4d7e 100644 (file)
@@ -6,7 +6,9 @@
 class Executable: public Binary
 {
 public:
+       Executable(Builder &, const Msp::FS::Path &);
        Executable(Builder &, const Component &, const std::list<ObjectFile *> &);
+
        virtual const char *get_type() const { return "Executable"; }
 };