Rev 227 | Blame | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## 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" );}