Rev 5709 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) ERG Transit Systems. 1996-2004## File: PLATFORM/INGEN## Contents: ingen target## Revision History:# DDP 04-Jan-05 Created################################################################################H8SInit();subH8SInit{Toolset( '*', "keilc51v41" );PlatformDefines( "ingen.def" );PlatformDefine( "#################################################");PlatformDefine( "# Building an application using the Keil C51 V41" );PlatformDefine( "#" );}1;