From 7c6c9538b03c9eae24e38fbeb30dd76a16aff1d2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 05:30:43 +0000 Subject: Wow, got the Stream changes propegated, all tests build with string instead of fstring, and updated the copyright notice to extend to 2011 --- mingw.bld | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'mingw.bld') diff --git a/mingw.bld b/mingw.bld index 7bdf474..29cdf31 100644 --- a/mingw.bld +++ b/mingw.bld @@ -1,7 +1,12 @@ +/* + * Copyright (C) 2007-2011 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + /** - * This is the default.bld file for libbu++, it pretty much handles everything - * libbu++ related, kinda' cool, eh? It can completely replace the old build - * and actually does a better job with a number of things. + * This is just like default.bld, but for mingw...crazy, eh? */ CXXFLAGS += "-ggdb -W -Wall"; -- cgit v1.2.3