From 852126e1bc9b95529738d3225a141552d72b8e04 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 Sep 2010 16:22:06 +0200 Subject: Add support for MinGW build --- odb/tracer/details/config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 odb/tracer/details/config.h.in (limited to 'odb/tracer/details/config.h.in') diff --git a/odb/tracer/details/config.h.in b/odb/tracer/details/config.h.in new file mode 100644 index 0000000..4e4d215 --- /dev/null +++ b/odb/tracer/details/config.h.in @@ -0,0 +1,14 @@ +/* file : odb/tracer/details/config.h.in + * author : Boris Kolpackov + * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +/* This file is automatically processed by configure. */ + +#ifndef ODB_TRACER_DETAILS_CONFIG_H +#define ODB_TRACER_DETAILS_CONFIG_H + +#undef LIBODB_TRACER_STATIC_LIB + +#endif /* ODB_TRACER_DETAILS_CONFIG_H */ -- cgit v1.1