X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.cpp;h=2d2a7ca9c023c557954e05924d9181f4280dae97;hb=HEAD;hp=cdbbd48f1eead0b7c399a4b7ec7ad534252be2c4;hpb=5504b35e6c6cfb1cfa098b94e31cda173cc0482a;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp deleted file mode 100644 index cdbbd48..0000000 --- a/source/copy.cpp +++ /dev/null @@ -1,73 +0,0 @@ -#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), - src(s), - dest(d), - worker(*this) -{ - announce(pkg.get_name(), "INST", dest[-1]); - if(builder.get_verbose()>=2) - cout< "<