aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/build2
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/build2')
-rw-r--r--cutl/details/build2/config-stub.h6
-rw-r--r--cutl/details/build2/config-vc-stub.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/cutl/details/build2/config-stub.h b/cutl/details/build2/config-stub.h
new file mode 100644
index 0000000..f1280a0
--- /dev/null
+++ b/cutl/details/build2/config-stub.h
@@ -0,0 +1,6 @@
+/* file : cutl/details/build2/config-stub.h
+ * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+#include <cutl/details/config.h>
diff --git a/cutl/details/build2/config-vc-stub.h b/cutl/details/build2/config-vc-stub.h
new file mode 100644
index 0000000..aed8397
--- /dev/null
+++ b/cutl/details/build2/config-vc-stub.h
@@ -0,0 +1,6 @@
+/* file : cutl/details/build2/config-vc-stub.h
+ * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+#include <cutl/details/config-vc.h>