Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## File: PLATFORM/H8S## Contents: H8S target## Revision History:# DDP 23-Nov-04 Created################################################################################H8SInit();subH8SInit{Toolset( '*', gnupro_h8 );PlatformDefines( "H8S.def" );PlatformDefine( "#################################################");PlatformDefine( "# Building a H8S application" );PlatformDefine( "#" );AddFlags( '*', '-DEMBEDDED' );}1;