Rev 227 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) ERG Transit Systems. 1996-2004## 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;