Subversion Repositories DevTools

Rev

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/thyron
#
# Contents:     THRYON target
#
# Revision History:
#   17/10/02 APY        Created
###############################################################################
#

ThyronInit();

sub 
ThyronInit
{

    Toolset( '*', cygnus_thyron );
    PlatformDefines( "thryon.def" );

    PlatformDefine( "#################################################");
    PlatformDefine( "# Building a THYRON application" );
    PlatformDefine( "#" );

    AddFlags( '*',                '-DEMBEDDED' );
    AddFlags( '*',                '-DTHYRON' );
}

1;