X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=692ad6f4f3f3f3e7a59565301dd95e20620587cb;hb=bdc8b6638b486aa668b4a9c6c5cce5f6b5f18222;hp=1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/misc.h b/source/misc.h index 1e1b16c..692ad6f 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::list PathList; +typedef std::map StringMap; std::string run_command(const StringList &);