]> git.tdb.fi Git - builder.git/blob - source/library.cpp
Rework the Target class hierarchy
[builder.git] / source / library.cpp
1 /* $Id$
2
3 This file is part of builder
4 Copyright © 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #include "library.h"
9
10 Library::Library(Builder &b, const Package *p, const Msp::FS::Path &a, const std::string &l):
11         FileTarget(b, p, a),
12         libname(l)
13 { }