X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuildinfo.h;h=ccfa2b630bc9f47a03e471c846e8bc7e2e3c8838;hb=HEAD;hp=02549ea3a00628a781319700b26a8fcd9b38463d;hpb=4dc31cca056ea293d320928f61fef0558089d32d;p=builder.git diff --git a/source/buildinfo.h b/source/buildinfo.h deleted file mode 100644 index 02549ea..0000000 --- a/source/buildinfo.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef BUILDINFO_H_ -#define BUILDINFO_H_ - -#include -#include - -class BuildInfo -{ -public: - typedef std::list InfoList; - - InfoList cflags; - InfoList defines; - InfoList incpath; - InfoList ldflags; - InfoList libpath; - InfoList libs; - - void add(const BuildInfo &); - void unique(); -}; - -#endif