From 9cb0e941c5ee17e35fce80344b0d6c69a2574943 Mon Sep 17 00:00:00 2001 From: alexrp Date: Sat, 9 Jun 2012 11:47:42 +0200 Subject: [PATCH] Updates to version.dd. --- version.dd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/version.dd b/version.dd index fb0197e328..451fe42bcc 100644 --- a/version.dd +++ b/version.dd @@ -232,7 +232,6 @@ version($(I identifier)) // add in version code if version $(TR $(TD $(B GNU)) $(TD GDC (GNU D Compiler) is the compiler)) $(TR $(TD $(B LDC)) $(TD LDC (LLVM D Compiler) is the compiler)) $(TR $(TD $(B SDC)) $(TD SDC (Stupid D Compiler) is the compiler)) - $(TR $(TD $(B D_NET)) $(TD D.NET is the compiler)) $(TR $(TD $(B Windows)) $(TD Microsoft Windows systems)) $(TR $(TD $(B Win32)) $(TD Microsoft 32-bit Windows systems)) $(TR $(TD $(B Win64)) $(TD Microsoft 64-bit Windows systems)) @@ -244,6 +243,7 @@ version($(I identifier)) // add in version code if version $(TR $(TD $(B Solaris)) $(TD Solaris)) $(TR $(TD $(B Posix)) $(TD All POSIX systems (includes Linux, FreeBSD, OS X, Solaris, etc.))) $(TR $(TD $(B AIX)) $(TD IBM Advanced Interactive eXecutive OS)) + $(TR $(TD $(B Haiku)) $(TD The Haiku operating system)) $(TR $(TD $(B SkyOS)) $(TD The SkyOS operating system)) $(TR $(TD $(B SysV3)) $(TD System V Release 3)) $(TR $(TD $(B SysV4)) $(TD System V Release 4)) @@ -251,9 +251,12 @@ version($(I identifier)) // add in version code if version $(TR $(TD $(B Android)) $(TD The Android platform)) $(TR $(TD $(B Cygwin)) $(TD The Cygwin environment)) $(TR $(TD $(B MinGW)) $(TD The MinGW environment)) + $(TR $(TD $(B MinGW32)) $(TD The MinGW environment (32-bit))) + $(TR $(TD $(B MinGW64)) $(TD The MinGW environment (64-bit))) $(TR $(TD $(B X86)) $(TD Intel and AMD 32-bit processors)) $(TR $(TD $(B X86_64)) $(TD AMD and Intel 64-bit processors)) $(TR $(TD $(B ARM)) $(TD The Advanced RISC Machine architecture (32-bit))) + $(TR $(TD $(B Thumb)) $(TD The Advanced RISC Machine architecture (32-bit) in Thumb mode)) $(TR $(TD $(B PPC)) $(TD The PowerPC architecture, 32-bit)) $(TR $(TD $(B PPC64)) $(TD The PowerPC architecture, 64-bit)) $(TR $(TD $(B IA64)) $(TD The Itanium architecture (64-bit)))