]> git.tdb.fi Git - builder.git/blob - source/file.cpp
Change the default value of the cpu option to "none" since there's no actual autodete...
[builder.git] / source / file.cpp
1 /* $Id$
2
3 This file is part of builder
4 Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #include "file.h"
9
10 File::File(Builder &b, const Msp::FS::Path &p):
11         FileTarget(b, 0, p)
12 { }