Subversion Repositories DevTools

Rev

Go to most recent revision | 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/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
}