X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.cpp;h=2d2a7ca9c023c557954e05924d9181f4280dae97;hb=HEAD;hp=f8c581bd5664ca123f4f657da77883c7dff1003b;hpb=a2adbd9c0a8d7a7567848c4c6bdbf0de6ba32bb1;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp deleted file mode 100644 index f8c581b..0000000 --- a/source/copy.cpp +++ /dev/null @@ -1,89 +0,0 @@ -/* $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 "builder.h" -#include "copy.h" -#include "package.h" - -using namespace std; -using namespace Msp; - -Copy::Copy(Builder &b, const Package &pkg, const FS::Path &s, const FS::Path &d): - InternalAction(b), - src(s), - dest(d) -{ - announce(pkg.get_name(), "COPY", dest[-1]); - if(builder.get_verbose()>=2) - cout< "<