]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Also store library path in static libraries
[builder.git] / source / gnucompiler.h
index cd6aa52b6c8b73ca96b459c2d549554972d54137..307aa5ee4115921357ba033b4ceb6437f3c0202a 100644 (file)
@@ -12,12 +12,11 @@ appropriate type.
 */
 class GnuCompiler: public Tool
 {
-protected:
-       std::string version;
-
-       GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
-
 public:
+       GnuCompiler(Builder &, const Architecture &, const std::string &);
+
+       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
+       virtual Target *create_source(const Msp::FS::Path &) const;
        virtual Target *create_target(const std::list<Target *> &, const std::string &);
        virtual std::string create_build_signature(const BuildInfo &) const;
 protected: