Subversion Repositories DevTools

Rev

Rev 5709 | Details | Compare with Previous | Last modification | View Log | RSS feed

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