# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # File: PLATFORM/dos16 # # Contents: DOS 16bit support # # Revision History: # 19/08/99 APY Created ############################################################################### # Dos16Init(); sub Dos16Init { Toolset( '*', wcdos ); PlatformDefines( "dos16.def" ); }