Subversion Repositories DevTools

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# Copyright (c) ERG Transit Systems. 1996-2004
# 
# File:         PLATFORM/dos32
#
# Contents:     DOS 32bit support
#
# Revision History:
#   19/08/99  APY   Created
###############################################################################
#

Dos32Init();

sub Dos32Init
{
    Toolset( '*', wc4gw );              #Watcom C/C++ using DOS4GW
    PlatformDefines( "dos32.def" );
}