aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/details/config.h.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:22:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:22:06 +0200
commit852126e1bc9b95529738d3225a141552d72b8e04 (patch)
treee67e03d14fc965699c0261c7e9adb4cbee1e1fb9 /odb/tracer/details/config.h.in
parent6f04a3e6c45da9ece655b5ff0270a8a178c4e645 (diff)
Add support for MinGW build
Diffstat (limited to 'odb/tracer/details/config.h.in')
-rw-r--r--odb/tracer/details/config.h.in14
1 files changed, 14 insertions, 0 deletions
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 <boris@codesynthesis.com>
+ * 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 */