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