# -*- 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" ); }