]> git.tdb.fi Git - builder.git/blob - source/action.cpp
Use mspio for all I/O operations
[builder.git] / source / action.cpp
1 /* $Id$
2
3 This file is part of builder
4 Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #include <msp/io/print.h>
9 #include "action.h"
10
11 using namespace Msp;
12 using namespace std;
13
14 void Action::announce(const string &pkg, const string &tool, const string &tgt)
15 {
16         IO::print("[%-10s] [%4s] %s\n", pkg.substr(0, 10), tool, tgt);
17 }