############################################################################### # -*- mode: perl -*- # COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED. # # File: PLATFORM/mpt500 # # Contents: MPT500 target # # Revision History: # 10/05/04 ANT Created ############################################################################### # MPTInit(); sub MPTInit { Toolset( '*', gnu_mpt ); PlatformDefines( "mpt.def" ); PlatformDefine( "#################################################"); PlatformDefine( "# Building a MPT application" ); PlatformDefine( "#" ); AddFlags( '*', '-DEMBEDDED' ); AddFlags( '*', '-DMPT500' ); AddFlags( '*', '-DTHYRON' ); } 1;