From ca796f9dce135687197586fa9bd90a445f0b15e1 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 19 Jun 2014 13:07:12 +0000 Subject: [PATCH] codetools: updated FPCOperatingSystemCaptions git-svn-id: trunk@45582 - --- components/codetools/definetemplates.pas | 38 ++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/components/codetools/definetemplates.pas b/components/codetools/definetemplates.pas index 02676ac224..4f5cfc05ea 100644 --- a/components/codetools/definetemplates.pas +++ b/components/codetools/definetemplates.pas @@ -101,7 +101,7 @@ const VirtualTempDir='TEMPORARYDIRECTORY'; // FPC operating systems and processor types - FPCOperatingSystemNames: array[1..34] of shortstring =( + FPCOperatingSystemNames: array[1..33] of shortstring =( 'linux', 'win32','win64','wince', 'darwin','macos', @@ -118,7 +118,6 @@ const 'haiku', 'iphonesim', 'java', - 'macos', 'msdos', 'morphos', 'nds', @@ -132,6 +131,41 @@ const 'watcom', 'wdosx' ); + FPCOperatingSystemCaption: array[1..33] of shortstring =( + 'AIX', + 'Amiga', + 'Android', + 'Atari', + 'Beos', + 'Darwin', + 'Embedded', + 'emx', + 'FreeBSD', + 'gba', + 'go32v2', + 'Haiku', + 'iphonesim', + 'Java', + 'Linux', + 'MacOS', + 'MorphOS', + 'MSDOS', + 'nds', + 'NetBSD', + 'Netware', + 'NetwLibC', + 'OpenBSD', + 'OS2', + 'PalmOS', + 'qnx', + 'Solaris', + 'Symbian', + 'Watcom', + 'wdosx', + 'Win32', + 'Win64', + 'WinCE' + ); FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =( 'unix', 'win' // see GetDefaultSrcOSForTargetOS