# -*- 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(); sub H8SInit { Toolset( '*', gnupro_h8 ); PlatformDefines( "H8S.def" ); PlatformDefine( "#################################################"); PlatformDefine( "# Building a H8S application" ); PlatformDefine( "#" ); AddFlags( '*', '-DEMBEDDED' ); } 1;