Rev 5709 | Blame | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## 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" );}