X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.cpp;h=f8c581bd5664ca123f4f657da77883c7dff1003b;hb=f52ca29f2357618da9e87a08bfd61f8a0058a8e1;hp=23cd6f1af358cebb11e9e526a7ede7ef1af4ef0b;hpb=0d80cabf649b931b26e7055385156c75a7385d35;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp index 23cd6f1..f8c581b 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -1,38 +1,79 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + +#include #include -#include +#include +#include +#include +#include +#include "builder.h" #include "copy.h" #include "package.h" using namespace std; using namespace Msp; -Copy::Copy(Builder &b, const Package &pkg, const Path::Path &s, const Path::Path &d): - Action(b), +Copy::Copy(Builder &b, const Package &pkg, const FS::Path &s, const FS::Path &d): + InternalAction(b), src(s), - dest(d), - worker(*this) + dest(d) { - announce(pkg.get_name(), "INST", dest[-1]); + announce(pkg.get_name(), "COPY", dest[-1]); + if(builder.get_verbose()>=2) + cout< "<