X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=6bbf7a0328568d95e4c9b59b2277eb94bed50671;hb=f52ca29f2357618da9e87a08bfd61f8a0058a8e1;hp=1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/misc.h b/source/misc.h index 1e1b16c..6bbf7a0 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 +#include + +enum LibMode +{ + ALL_STATIC, + LOCAL_STATIC, + DYNAMIC +}; typedef std::list StringList; -typedef std::list PathList; +typedef std::list PathList; +typedef std::map StringMap; std::string run_command(const StringList &);