X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmisc.h;h=0fc0e32dd4c642e0fac0e59f2b2d7ec82ed194c6;hb=921fc49488a68442fb8794e1a0284a3bf1e7b91b;hp=1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/misc.h b/source/misc.h index 1e1b16c..0fc0e32 100644 --- a/source/misc.h +++ b/source/misc.h @@ -2,11 +2,20 @@ #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 &);