Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6442 dpurdie 1
###############################################################################
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
4
# File:         PLATFORM/ANDROIDX86_64
5
#
6
# Contents:     ANDROID support
7
#
8
###############################################################################
9
#
10
 
11
AndroidX86_64Init();
12
 
13
sub AndroidX86_64Init
14
{
15
#   Toolset and generic platforms
16
#
17
    Toolset( '*', 'gcc.pl', '--Target=Android x86_64', '--CompilerTool=android-ndk-x86_64' );
18
}
19
 
20
 
21