Subversion Repositories DevTools

Rev

Rev 7009 | Rev 7066 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7009 Rev 7014
Line 37... Line 37...
37
our @BuildKeywords = ( qw (TOOLSET GENERIC GENERIC_MACHTYPE BASE_TARGET), @BuildAliases );
37
our @BuildKeywords = ( qw (TOOLSET GENERIC GENERIC_MACHTYPE BASE_TARGET), @BuildAliases );
38
 
38
 
39
#
39
#
40
#   An array of platform aliases that will be expanded into multiple platforms
40
#   An array of platform aliases that will be expanded into multiple platforms
41
#
41
#
42
our @BuildFamilies = qw (ANDROIDNDK DEVLINUX GENERICS LINUX LMOS LMOS_DEVLINUX MSWIN32 MSWIN64 SOLARIS WINCE WINCE6 SK);
42
our @BuildFamilies = qw (ANDROIDNDK DEVLINUX GENERICS LINUX LMOS LMOS_DEVLINUX MSWIN32 MSWIN64 SOLARIS WINCE WINCE6 WINCE7 SK);
43
 
43
 
44
#
44
#
45
#   The following structure is a hash of arrays
45
#   The following structure is a hash of arrays
46
#   The hash key is a supported machine type - one per machine
46
#   The hash key is a supported machine type - one per machine
47
#   The data is an array of supported PLATFORMS
47
#   The data is an array of supported PLATFORMS
Line 220... Line 220...
220
        'WCEPSPC_arm:WINCE',
220
        'WCEPSPC_arm:WINCE',
221
        'WCEPSPC_emu:WINCE',
221
        'WCEPSPC_emu:WINCE',
222
        'WCEX86A420:WINCE',
222
        'WCEX86A420:WINCE',
223
        'WCEX86A500:WINCE',
223
        'WCEX86A500:WINCE',
224
        'WCEX86A500_SOM4455:WINCE',
224
        'WCEX86A500_SOM4455:WINCE',
225
        'WCEX86A700_SOM4466:WINCE',
225
        'WCEX86A700_SOM4466:WINCE7',
226
        'WCE6ARMV4I:WINCE6',
226
        'WCE6ARMV4I:WINCE6',
227
        'WIN32:NATIVE:TOOLSET:MSWIN32:LMOS:PKG_WIN',
227
        'WIN32:NATIVE:TOOLSET:MSWIN32:LMOS:PKG_WIN',
228
        'VS2012_X64:NATIVE:MSWIN64:PKG_WIN',
228
        'VS2012_X64:NATIVE:MSWIN64:PKG_WIN',
229
        'VS2015_X64:NATIVE:MSWIN64:PKG_WIN',
229
        'VS2015_X64:NATIVE:MSWIN64:PKG_WIN',
230
        ],
230
        ],