# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # File: PLATFORM/df4obe # # Contents: DF4OBE # # Revision History: # 03/12/02 APY Created ############################################################################### # DF4OBEInit(); sub DF4OBEInit { Toolset( '*', "mri68k", "--Version=51" ); PlatformDefines( "df4obe.def" ); # DF4OBE defines PlatformRequire( "amx" ); }