Skip to content

Commit

Permalink
Merge pull request #129 from alexrp/version-changes
Browse files Browse the repository at this point in the history
Updates to version.dd.
  • Loading branch information
WalterBright committed Jul 2, 2012
2 parents 2e104e2 + 9cb0e94 commit caa63b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion version.dd
Expand Up @@ -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))
Expand All @@ -244,16 +243,20 @@ 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))
$(TR $(TD $(B Hurd)) $(TD GNU Hurd))
$(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)))
Expand Down

0 comments on commit caa63b0

Please sign in to comment.