From 30865cf1a75a144629c6029ac55fbc744e330adf Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Tue, 8 Aug 2017 12:10:22 -0400
Subject: maker.org makefile supported compilers, make all_builds_debug

- dmd ldc2 gdc
---
 views/version.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'views')

diff --git a/views/version.txt b/views/version.txt
index 07683c2..db9b02e 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -5,3 +5,13 @@ struct Version {
   int patch;
 }
 enum ver = Version(0, 18, 0);
+version (Posix) {
+  version (DigitalMars) {
+  } else version (LDC) {
+  } else version (GNU) {
+  } else {
+    static assert (0, "Unsupported D compiler");
+  }
+} else {
+  static assert (0, "Unsupported D compiler");
+}
-- 
cgit v1.2.3