Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## File: PLATFORM/ANDROIDMIPS## Contents: ANDROID support#################################################################################AndroidMipsInit();sub AndroidMipsInit{# Toolset and generic platforms#Toolset( '*', 'gcc.pl', '--Target=Android mips', '--CompilerTool=android-ndk-mips' );}