]> git.tdb.fi Git - builder.git/blobdiff - source/systemlibrary.h
Move file-to-target mapping to a separate class
[builder.git] / source / systemlibrary.h
index 9048a69aa21963948bf9a606dcf0fbdad820a8a4..ee647ffa6ce128dd797916ef471e43b7ceb15664 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SYSTEMLIBRARY_H_
 #define SYSTEMLIBRARY_H_
 
@@ -17,10 +10,9 @@ class SystemLibrary: public Library
 {
 public:
        SystemLibrary(Builder &, const Msp::FS::Path &);
+
        virtual const char *get_type() const { return "SystemLibrary"; }
 private:
-       virtual Action *create_action() { return 0; }
-
        static std::string extract_libname(const Msp::FS::Path &);
 };