Blame | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) ERG Transit Systems. 1996-2004## File: PLATFORM/go32## Contents: DJGPP 32bit support## Revision History:# 01/02/00 APY Created################################################################################Go32Init();sub Go32Init{Toolset( '*', djgpp ); #DJGPP C/C++ using GO32 ..PlatformDefines( "go32.def" );}