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
###############################################################################
3
# Copyright (c) ERG Transit Systems. 1996-2004
4
# 
5
# File:         PLATFORM/EETP386
6
#
7
# Contents:     EOS using AMX/EP, TNT and WatcomC
8
#
9
# Revision History:
10
#   20/02/02  APY   Created
11
###############################################################################
12
#
13
 
14
Eep386Init();
15
 
16
sub Eep386Init
17
{
18
    PlatformRequire( "eosp386", "--Watcom" );
19
}