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
###############################################################################
7300 dpurdie 3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 4
# 
5
# File:         PLATFORM/df4obe
6
#
7
# Contents:     DF4OBE
8
#
9
# Revision History:
10
#   03/12/02 APY Created
11
###############################################################################
12
#
13
 
14
DF4OBEInit();
15
 
16
sub 
17
DF4OBEInit
18
{
19
    Toolset( '*', "mri68k", "--Version=51" );
20
 
21
    PlatformDefines( "df4obe.def" );           # DF4OBE defines
22
    PlatformRequire( "amx" );
23
}