# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # File: PLATFORM/cmosp386 # # Contents: CMOS support # # Revision History: # 06/04/00 APY Created # 07/10/00 APY Use of Require() subroutine. # 26/02/02 APY PlatformRequire() # ############################################################################### # Cmosp386Init(); sub Cmosp386Init { PlatformRequire( "eosp386", "--Watcom" ); }