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/thyron## Contents: THRYON target## Revision History:# 17/10/02 APY Created################################################################################ThyronInit();subThyronInit{Toolset( '*', cygnus_thyron );PlatformDefines( "thryon.def" );PlatformDefine( "#################################################");PlatformDefine( "# Building a THYRON application" );PlatformDefine( "#" );AddFlags( '*', '-DEMBEDDED' );AddFlags( '*', '-DTHYRON' );}1;