Rev 227 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ -*- mode: perl -*-# Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/mpt500## Contents: MPT500 target## Revision History:# 10/05/04 ANT Created################################################################################MPTInit();subMPTInit{Toolset( '*', gnu_mpt );PlatformDefines( "mpt.def" );PlatformDefine( "#################################################");PlatformDefine( "# Building a MPT application" );PlatformDefine( "#" );AddFlags( '*', '-DEMBEDDED' );AddFlags( '*', '-DMPT500' );AddFlags( '*', '-DTHYRON' );}1;