X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=edbf314b1b60f138ea57ea23bac679dbde76b048;hb=8bc8db44c47cd2906c57dccbfb589e41eff7f694;hp=1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/misc.h b/source/misc.h index 1e1b16c..edbf314 100644 --- a/source/misc.h +++ b/source/misc.h @@ -1,12 +1,28 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef MISC_H_ #define MISC_H_ #include +#include #include #include +enum LibMode +{ + ALL_STATIC, + LOCAL_STATIC, + DYNAMIC +}; + typedef std::list StringList; typedef std::list PathList; +typedef std::map StringMap; std::string run_command(const StringList &);