# -*- mode: perl; indent-width: 4; -*- ############################################################################### # COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED. # # File: PLATFORM/INGEN # # Contents: ingen target # # Revision History: # DDP 04-Jan-05 Created ############################################################################### # H8SInit(); sub H8SInit { Toolset( '*', "keilc51v41" ); PlatformDefines( "ingen.def" ); PlatformDefine( "#################################################"); PlatformDefine( "# Building an application using the Keil C51 V41" ); PlatformDefine( "#" ); } 1;