Subversion Repositories DevTools

Rev

Rev 227 | Blame | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
# 
# File:         PLATFORM/hkavm
#
# Contents:     HKAVM (EOS/CMOS target)
#
# Revision History:
#   06/04/00  APY   Created
###############################################################################
#

HkavmInit();

###############################################################################
#.  EOS HK platform runtime configuration
#
###############################################################################
sub HkavmInit
{
    PlatformRequire( "eosp386", "--Watcom" );
}