Rev 313 | 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/solaris## Contents: Solaris support## Version Who Date Description# APY 03/11/00 Created################################################################################Linux86Init();sub Linux86Init{Toolset( '*', 'sunworks.pl' );PlatformDefines( "solaris.def" );## .. Build definitions#$HOST_KERNEL = '';$HOST_CPU = 'sparc';$HOST_PROD = $ScmPlatform;$HOST_FAM = 'SOLARIS';PlatformRequire( "unix" );}