Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
6177 dpurdie 3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 4
# 
5
# File:         PLATFORM/cmosp386
6
#
7
# Contents:     CMOS support
8
#
9
# Revision History:
10
#   06/04/00  APY   Created
11
#   07/10/00  APY   Use of Require() subroutine.      
12
#   26/02/02  APY   PlatformRequire()
13
#
14
###############################################################################
15
#
16
 
17
Cmosp386Init();
18
 
19
sub Cmosp386Init
20
{
21
    PlatformRequire( "eosp386", "--Watcom" );
22
}